if recipient is None
This commit is contained in:
@ -29,7 +29,6 @@ cogs_list: list[str] = [
|
||||
'meme',
|
||||
'karma',
|
||||
'lovehate',
|
||||
'quote',
|
||||
'radio',
|
||||
]
|
||||
|
||||
@ -46,6 +45,8 @@ class Havoc(bridge.Bot):
|
||||
owner_ids=OWNERS, activity=bot_activity,
|
||||
help_command=commands.MinimalHelpCommand())
|
||||
self.BOT_CHANIDS = BOT_CHANIDS
|
||||
self.load_exts()
|
||||
|
||||
|
||||
def load_exts(self, initialRun: Optional[bool] = True) -> None:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user