Skip to content

Commit 31b5462

Browse files
committed
Merge branch 'main' into nick-edits
2 parents 8fedbac + 408f6ec commit 31b5462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: miniBot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ async def run_command(self, command: Command):
293293
if not user:
294294
self.users.append(MbUser(command.user))
295295
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))
296+
# await command.message.reply('Command not recognized')
297+
# await self.run_command(Command('user', 'help', user, command.message))
298298
return
299299
if command_zero == 'goofy_ratio' and len(command.content.split()) > 1:
300300
self.get_mb_user(command.user).set_preference(Preference('goofy_ratio', int(command.content.split()[1])))

0 commit comments

Comments
 (0)