回答編集履歴
1
コードミスの修正
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
webhook = discord.utils.get(await gc.webhooks(), name="cu-webhook") # cu-webhookを取得
|
48
48
|
|
49
|
-
await webhook.send(guild
|
49
|
+
await webhook.send(ctx.guild.name + "が参加しました!")
|
50
50
|
|
51
51
|
else:
|
52
52
|
|