Skip to content

Commit

Permalink
新年あいさつ追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Dec 31, 2024
1 parent c975c2a commit d1bc049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cogs/cautoreply.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class CAutoreply(commands.Cog):
def __init__(self, bot: commands.Bot):
self.bot = bot

@commands.Cog.listener("on_message")
async def on_message(self, message: discord.Message):
if message.channel.id == config.botcommand_channel_id:
if message.author.bot:
Expand Down

0 comments on commit d1bc049

Please sign in to comment.