Skip to content

Instantly share code, notes, and snippets.

# ----------------------------------------------------------------------
# 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