lunarflu HF Staff commited on
Commit
9fa369b
·
1 Parent(s): e603607

"falcon" >>> "testtext" (renaming command so it doesn't appear)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ async def on_ready():
38
 
39
 
40
  @client.hybrid_command(
41
- name="falcon",
42
  with_app_command=True,
43
  description="Enter some text to chat with the bot! Like this: /falcon Hello, how are you?",
44
  )
 
38
 
39
 
40
  @client.hybrid_command(
41
+ name="testtext",
42
  with_app_command=True,
43
  description="Enter some text to chat with the bot! Like this: /falcon Hello, how are you?",
44
  )