mirror of https://github.com/sgoudham/Enso-Bot.git
Added boilerplate code for GetInfo.py
parent
a1ab9cb439
commit
29943ce0a3
@ -0,0 +1,10 @@
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class GetInfo(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(GetInfo(bot))
|
Loading…
Reference in New Issue