update help text for decide function
This commit is contained in:
parent
7e99955a72
commit
c14bec7b1f
@ -15,7 +15,11 @@ class Cheeky(commands.Cog):
|
|||||||
name="decide",
|
name="decide",
|
||||||
description="Separate your choices with the word 'or', or dont to get a yes or no response.",
|
description="Separate your choices with the word 'or', or dont to get a yes or no response.",
|
||||||
)
|
)
|
||||||
@option(name="input_string", required=True)
|
@option(
|
||||||
|
name="input_string",
|
||||||
|
required=True,
|
||||||
|
description="Separate your choices with 'or', or enter a singular choice to get a yes/no answer.",
|
||||||
|
)
|
||||||
async def decide(self, ctx, input_string):
|
async def decide(self, ctx, input_string):
|
||||||
|
|
||||||
import random
|
import random
|
||||||
|
0
app/decide.py
Normal file
0
app/decide.py
Normal file
Loading…
x
Reference in New Issue
Block a user