Skip to content

Instantly share code, notes, and snippets.

import logging
import asyncio
import sqlite3
import random
import math
import re
from discord.ext import commands
logging.basicConfig(level=logging.INFO)