botの作成をしようと思っていて最後の太文字のあたりでメッセージが定義されていませんと出てきます。(message is not defined)
太文字のところをテキストチャンネルに出力するようにしたいです。
どこに何を打てばいいのかわかる方、又はサイトを知っている方教えていただけると嬉しいです。
import discord from discord.ext import commands bot = commands.Bot( command_prefix="!", ) @bot.event async def on_ready(): print("起動完了") @bot.command() async def !(ctx,a:int,b:int): c=b-a Z=0 while 21<c: c=c-10 Z=1+Z else: await messeage.channel.send(Z,"") await messeage.channel.send("",c) await messeage.channel.send("") print(Z,"") print("",c) print("") bot.run("トークン")
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/27 11:51 編集
2021/06/28 03:54
2021/06/28 10:59
2021/06/28 12:11