mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Add float -> int migration to Bank (float was a bug) (#4386)
* Add float -> int migration to Bank (float was a bug) * wrong refs * Cause ctx manager compares before and after values...
This commit is contained in:
@@ -738,7 +738,7 @@ class RedBase(
|
||||
self.add_cog(Dev())
|
||||
|
||||
await modlog._init(self)
|
||||
bank._init()
|
||||
await bank._init()
|
||||
|
||||
packages = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user