"falcon" >>> "testtext" (renaming command so it doesn't appear)
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ async def on_ready():
|
|
38 |
|
39 |
|
40 |
@client.hybrid_command(
|
41 |
-
name="
|
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 |
)
|