We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f4591 commit 1e2ed9bCopy full SHA for 1e2ed9b
plugins/commands/commands.py
@@ -17,7 +17,7 @@ class Commands(Plugin):
17
def __init__(self, bot: DCSServerBot):
18
super().__init__(bot)
19
self.commands: dict[str, dict] = dict()
20
- self.prefix = self.bot.command_prefix
+ self.prefix = self.bot.locals.get('command_prefix', '.')
21
self.register_commands()
22
23
async def cog_unload(self):
0 commit comments