Skip to content

Instantly share code, notes, and snippets.

import json
import logging
import os
import re
import asyncio
import uuid
from datetime import datetime, timedelta, timezone
from typing import Optional
import discord
from discord.ext import commands