Python
1words = ['あ'] 2@client.event 3async def on_message(message): 4 for word in words: 5 if word in message.content: 6 GetPay(message.content)
特定のサーバーのみコマンドを使用できるようにしたいので、サーバーIDにて指定する方法を教えてください。
投稿2021/10/27 13:01
Python
1words = ['あ'] 2@client.event 3async def on_message(message): 4 for word in words: 5 if word in message.content: 6 GetPay(message.content)
特定のサーバーのみコマンドを使用できるようにしたいので、サーバーIDにて指定する方法を教えてください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。