Skip to content

Instantly share code, notes, and snippets.

import logging
import discord
from discord.ext import commands
from discord import app_commands
from helpers.data import initialize_guild_data, save_bets_data, load_bets_data
from config.constants import TALENTS, DEFAULT_PAYOUT_RATE
from helpers.permissions import has_admin_permissions
import asyncio
class EndBet(commands.Cog):