Skip to content

Commit

Permalink
MEE6レベルアップ、自動送信機能追加v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Nov 3, 2024
1 parent d7c3ec1 commit 2dc9498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/cmee6level.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(self, bot: commands.Bot):

@commands.Cog.listener("on_message")
async def on_message(self, message: discord.Message):
if "mee6level" in message.content.startswith:
if "mee6level" in message.content:
if message.channel.id in [config.mee6.botch]: # 非公開mee6-level通知チャンネル
userid = message.content.split(",")[1] # userid表示
username = message.content.split(",")[2] # user名表示
Expand Down

0 comments on commit 2dc9498

Please sign in to comment.