first commit
This commit is contained in:
13
bot/cogs/events/ai.py
Normal file
13
bot/cogs/events/ai.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
|
||||
class AIResponses(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
@commands.Cog.listener()
|
||||
async def on_ready(self):
|
||||
pass
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(AIResponses(bot))
|
||||
Reference in New Issue
Block a user