ZeLarpMaster / ZeCogsV3

My personal https://github.com/Twentysix26/Red-DiscordBot repo for V3 cogs
GNU General Public License v3.0
15 stars 17 forks source link

[reminder] Config call should be awaited #30

Closed aikaterna closed 5 years ago

aikaterna commented 5 years ago

Resolves message on startup/cog load about removing users:

/.../Red/cogs/CogManager/cogs/reminder/reminder.py:117: RuntimeWarning: coroutine 'Value._get' was never awaited
  self.config.remove(reminder)  # Delete the reminder if the user doesn't have a mutual server anymore
ZeLarpMaster commented 5 years ago

Thanks! Dunno how that slipped through