質問編集履歴

2

タグの追加

2022/08/28 00:09

投稿

honkei2006
honkei2006

スコア1

test CHANGED
File without changes
test CHANGED
File without changes

1

書式の改善

2022/08/27 18:55

投稿

honkei2006
honkei2006

スコア1

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,8 @@
1
1
  ### 前提
2
2
 
3
- if message.content.startswith(' '):を使用したのですが ' ' 内のキーワードを入れても反応がありません。
3
+ if message.content.startswith(' '):
4
+ を使用したのですが ' ' 内のキーワードを入れても反応がありません。
5
+ bot自体は起動します。
4
6
 
5
7
  ### 実現したいこと
6
8