Added Penalty System

This commit is contained in:
2026-02-09 17:08:27 -06:00
parent 6f693dc19c
commit e94a42c6dc
4 changed files with 64 additions and 16 deletions

6
bot.py
View File

@@ -1,13 +1,13 @@
from dotenv import load_dotenv
load_dotenv() # MUST be first
import discord
from discord import app_commands
from dotenv import load_dotenv
import os
from db import init_db
from commands import register
load_dotenv()
class Momentum(discord.Client):
def __init__(self):
super().__init__(intents=discord.Intents.default())