From f38ac74b4ae04c32d60b1d7ead34211c0cb2c99b Mon Sep 17 00:00:00 2001 From: Valithor Obsidion Date: Tue, 14 Jun 2022 20:32:00 -0400 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 2d192f26..06903e86 100644 --- a/README.MD +++ b/README.MD @@ -48,7 +48,7 @@ The path to the caextract must be set in the [`php.ini`](https://secure.php.net/ - FFmpeg ### Basic Configuration -The Civ13 class intends to streamline the development process when using the DiscordPHP and other libraries while simultaneously avoid bloating the main bot.php file with a bunch of function definitions. It accomplishes this by defining functions as variables and passing them into the construction method at runtime via the declaration of an $options array. Functions are to be declared either according to the DiscordPHP event they should execute and in the order they should be executed or as a miscellaneous function that can simply be stored and referenced later. +The Civ13 class intends to streamline the development process when using the DiscordPHP and other libraries while simultaneously avoiding bloating the main bot.php file with a bunch of function definitions. It accomplishes this by defining functions as variables and passing them into the construction method at runtime via the declaration of an $options array. Functions are to be declared either according to the DiscordPHP event they should execute and in the order they should be executed or as a miscellaneous function that can simply be stored and referenced later. ```php $options = array();