IndiumRevolt/cogs/info.py

8 lines
161 B
Python
Raw Normal View History

2023-06-21 22:06:41 -04:00
import revolt
from revolt.ext import commands
from utils.embed import CustomEmbed
class Info(commands.Cog):
def __init__(self, bot):
self.bot = bot