Skip to content

Commit 4b79db0

Browse files
committed
wrong class
1 parent e9bfbfa commit 4b79db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/unique/Economy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def __init__(self, pages, author, timeout=180):
3333
super().__init__(timeout=timeout)
3434
self.pages = pages
3535
self.author = author
36-
self.active_jackpots: Dict[int, Dict[int, int]] = {} # {channel_id: {bet_amount: message_id}}
3736
self.current_page = 0
3837
self.message = None
3938
self.DEFAULT_FISHING_ITEMS = {
@@ -212,6 +211,7 @@ def __init__(self, bot):
212211
self.currency = "<:bronkbuk:1377389238290747582>"
213212
self.active_games = set()
214213
self.db = db
214+
self.active_jackpots: Dict[int, Dict[int, int]] = {} # {channel_id: {bet_amount: message_id}}
215215

216216
# Slot machine configuration
217217
self.SLOT_EMOJIS = ["🍒", "🍋", "🍊", "🍇", "7️⃣", "💎"]

0 commit comments

Comments
 (0)