add "add_channel" command for premiums

This commit is contained in:
laToufff
2022-12-15 18:59:21 +01:00
parent d3df0cbf93
commit b869bd9757
4 changed files with 56 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class Chat (discord.Cog) :
debug(f"The user {ctx.author.display_name} ran the say command command in the channel {ctx.channel} of the guild {ctx.guild}, named {ctx.guild.name}")
await ctx.respond("Message sent !", ephemeral=True)
await ctx.send(message)
async def on_message_process(message, self):
async def on_message_process(message: discord.Message, self):
#my code
#debug the thread id
debug(f"Thread id: {threading.get_ident()}")