mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-04-25 20:36:13 -04: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:
+1
-1
@@ -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