Skip to content

Instantly share code, notes, and snippets.

View hnandhn's full-sized avatar
😁
hello

hn hnandhn

😁
hello
View GitHub Profile
import discord
from discord.ext import commands
from cogs.utils.dataIO import dataIO
from collections import namedtuple, defaultdict
from datetime import datetime
from random import randint
from copy import deepcopy
from .utils import checks
from __main__ import send_cmd_help
import os