Added Penalty System
This commit is contained in:
6
bot.py
6
bot.py
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user