IndiumRevolt/cogs/info.py
SeaswimmerTheFsh 9bb636ee34 initial commit
2023-06-21 22:06:41 -04:00

7 lines
161 B
Python

import revolt
from revolt.ext import commands
from utils.embed import CustomEmbed
class Info(commands.Cog):
def __init__(self, bot):
self.bot = bot