This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------------------------- | |
# 1. IMPORTS E CONFIGURAÇÃO BÁSICA | |
# ---------------------------------------------------------------------- | |
import discord | |
from discord import app_commands, ui | |
from discord.ext import commands | |
from dotenv import load_dotenv | |
import os | |
import sqlite3 | |
import re |