mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Fix typo
This commit is contained in:
parent
b926f1e59d
commit
4ea980cb93
@ -63,7 +63,7 @@ class CommandHandler:
|
||||
keys = ["parent", "subcommands", "arguments", "help", "get_name", "is_command_match",
|
||||
"require_subcommand", "arg_fallthrough", "event_handler", "event_type", "msgtypes"]
|
||||
for key in keys:
|
||||
key = f"__mb_${key}__"
|
||||
key = f"__mb_{key}__"
|
||||
setattr(new_ch, key, getattr(self, key))
|
||||
return new_ch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user