diff --git a/cogs/economy.py b/cogs/economy.py index 97303f1..2bb7874 100644 --- a/cogs/economy.py +++ b/cogs/economy.py @@ -1162,7 +1162,7 @@ async def slots_game(ctx, amount: int): msg = await ctx.reply(embed=embed) prize = 0 if a == b == c == "7️⃣": - prize = 25_000_000 + prize = amount * 500 else: if a == b: prize = emojis.get(a, 0) * 2 * amount diff --git a/json/data.json b/json/data.json index 7ac03aa..134b547 100644 --- a/json/data.json +++ b/json/data.json @@ -1,5 +1,5 @@ { - "uptime": 1708801585, + "uptime": 1722113286, "bug": "01HQ9G6JK9ZCJMK2ZD845AR9WP", "beta": "01HQ9Q6449A0PFQ5WT4Z61FJFB", "admin": "01HQ9QYH9SK1JWADC93T4B978C", @@ -8,5 +8,6 @@ "premium": "01HQ9MCH6R239XHPJGKVK2EC5E", "contributor": "01HQ9QMBSY4ME2JK6TVQWWRKJ2", "friend": "01HQ9R17P2JA33AB5PSYDRPT20", - "familyfriendly": "01HQ9R17P2JA33AB5PSYDRPT20" + "familyfriendly": "01HQ9R17P2JA33AB5PSYDRPT20", + "BETA_ID": "01HRMWPRM00769D3HWFSB6W2MH" } \ No newline at end of file diff --git a/main.py b/main.py index 69a2e16..a8a2ab7 100644 --- a/main.py +++ b/main.py @@ -802,5 +802,5 @@ async def on_message_error(error: Exception, message): print(e) while True: - alive() #yeah blah blah stolen from old Mecha but hey, it works so why not copy and paste it, we're developers. - client.run(config['TOKEN'], bot=True, banner=False) # Replace with your token in config, config.json to be exact, for everyone else, you know what this does stop fucking stalling pls :). \ No newline at end of file + alive() #yeah blah blah stolen from old Mecha but hey, it works + client.run(config['TOKEN'], bot=True, banner=False) # Replace with your token in config, config.json to be exact \ No newline at end of file