mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 13:02:38 +00:00
Fix aliases not dumping to file
This commit is contained in:
parent
4bc86c8f59
commit
66191759b8
1 changed files with 1 additions and 0 deletions
|
@ -1532,6 +1532,7 @@ class MsG:
|
|||
await self.bot.wait_for('reaction_add', check=on_reaction, timeout=7 * 60)
|
||||
|
||||
self.aliases.update(aliases)
|
||||
u.dump(self.aliases, 'cogs/aliases.pkl')
|
||||
|
||||
await message.delete()
|
||||
|
||||
|
|
Loading…
Reference in a new issue