Skip to content

Instantly share code, notes, and snippets.

View Andrew-9's full-sized avatar
🔐
Coding

Kotlin Andrew-9

🔐
Coding
View GitHub Profile
from discord.ext.commands import Cog
from discord.ext.commands import MissingPermissions
from discord.ext.commands import when_mentioned_or, command, has_permissions
from ..db import db
class Misc(Cog):
def __init__(self, bot):
self.bot = bot