mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Update mod.py (#3683)
This commit is contained in:
parent
4de4c32c0e
commit
d70c6e1734
@ -109,7 +109,7 @@ class Mod(
|
||||
"Please use `[p]moveignoredchannels` if "
|
||||
"you were previously using these functions."
|
||||
)
|
||||
self.bot.loop.create_task(self.bot.send_to_owners_with_prefix_replaced(msg))
|
||||
self.bot.loop.create_task(send_to_owners_with_prefix_replaced(self.bot, msg))
|
||||
await self.settings.version.set("1.1.0")
|
||||
if await self.settings.version() < "1.2.0":
|
||||
msg = _(
|
||||
@ -117,7 +117,7 @@ class Mod(
|
||||
"Please use `[p]movedeletedelay` if "
|
||||
"you were previously using these functions."
|
||||
)
|
||||
self.bot.loop.create_task(self.bot.send_to_owners_with_prefix_replaced(msg))
|
||||
self.bot.loop.create_task(send_to_owners_with_prefix_replaced(self.bot, msg))
|
||||
await self.settings.version.set("1.2.0")
|
||||
|
||||
@commands.command()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user