第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

discord.py 只發(fā)送“對(duì)象”而不是實(shí)際信息

discord.py 只發(fā)送“對(duì)象”而不是實(shí)際信息

RISEBY 2022-12-06 16:30:25
這是問題所在:這是我的代碼:if message.content.startswith("%guildinfo"):        embed = discord.Embed(title="Guild Info: " + str(Guild.name), color=0xff00ae)        embed.add_field(name="Owned Emojis: ", value=Guild.emojis)        embed.add_field(name="Icon: ", value=Guild.icon)        embed.add_field(name="ID: ", value=Guild.id)        embed.add_field(name="Owner's ID: ", value=Guild.owner)        embed.add_field(name="Max Members: ", value=Guild.max_members)        embed.add_field(name="Banner: ", value=Guild.banner)        embed.add_field(name="Description: ", value=Guild.description)        embed.add_field(name="Splash: ", value=Guild.splash)        embed.add_field(name="How many boosters? ", value=Guild.premium_subscription_count)        embed.add_field(name="Channel List: ", value=Guild.channels)        embed.add_field(name="Voice Channels: ", value=Guild.voice_channels)        embed.add_field(name="Texr Channels: ", value=Guild.text_channels)        embed.add_field(name="Max # of Emojis: ", value=Guild.emoji_limit)        embed.add_field(name="Max Filesize: ", value=Guild.filesize_limit)        embed.add_field(name="Members: ", value=Guild.members)        embed.add_field(name="# of Members: ", value=Guild.member_count)        embed.add_field(name="Created at: ", value=Guild.created_at)        await message.channel.send(embed=embed)很明顯,我想要的是發(fā)送實(shí)際信息而不是這些對(duì)象。
查看完整描述

1 回答

?
蝴蝶刀刀

TA貢獻(xiàn)1801條經(jīng)驗(yàn) 獲得超8個(gè)贊

“公會(huì)”不是一個(gè)對(duì)象,而是一個(gè)類。

class discord.Guild

因此,在 Guild 的字段上使用 str() 不會(huì)返回任何值,而是返回有關(guān)類屬性的信息。我建議您使用正確實(shí)例化 Class Guild 的對(duì)象

my_guild = Bot.get_guild(id)   (pseudo-code)

您可以在文檔中找到有關(guān)此例程的更多信息,并訪問如下信息:

my_guild.name


查看完整回答
反對(duì) 回復(fù) 2022-12-06
  • 1 回答
  • 0 關(guān)注
  • 107 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)