We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fedbac + 408f6ec commit 31b5462Copy full SHA for 31b5462
miniBot.py
@@ -293,8 +293,8 @@ async def run_command(self, command: Command):
293
if not user:
294
self.users.append(MbUser(command.user))
295
if command_zero not in user_commands:
296
- await command.message.reply('Command not recognized')
297
- await self.run_command(Command('user', 'help', user, command.message))
+ # await command.message.reply('Command not recognized')
+ # await self.run_command(Command('user', 'help', user, command.message))
298
return
299
if command_zero == 'goofy_ratio' and len(command.content.split()) > 1:
300
self.get_mb_user(command.user).set_preference(Preference('goofy_ratio', int(command.content.split()[1])))
0 commit comments