Merge pull request #1 from Etzelia/patch-1

Fully qualified path name to cogs.
doc_update
Joey Hines 2018-08-29 10:53:06 -05:00 committed by GitHub
commit 4bf6e5bd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -32,11 +32,11 @@ If have a suggestion or if something is borked, you can PM my ding dong of a cre
bad_error_message = 'OOPSIE WOOPSIE!! Uwu We made a fucky wucky!! A wittle fucko boingo! The admins at our ' \
'headquarters are working VEWY HAWD to fix this! (Error in command {})'
extensions = ['cogs.Add_Commands',
'cogs.Delete_Commands',
'cogs.Edit_Commands',
'cogs.Search_Commands',
'cogs.Admin_Commands']
extensions = ['geoffrey.cogs.Add_Commands',
'geoffrey.cogs.Delete_Commands',
'geoffrey.cogs.Edit_Commands',
'geoffrey.cogs.Search_Commands',
'geoffrey.cogs.Admin_Commands']
bot = commands.Bot(command_prefix=bot_config.prefix, description=description, case_insensitive=True)