initial commit
This commit is contained in:
parent
c0e8445135
commit
9bb636ee34
2 changed files with 9 additions and 0 deletions
7
cogs/info.py
Normal file
7
cogs/info.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import revolt
|
||||
from revolt.ext import commands
|
||||
from utils.embed import CustomEmbed
|
||||
|
||||
class Info(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
Loading…
Add table
Add a link
Reference in a new issue