update help text for decide function
This commit is contained in:
parent
74dcf9b8a3
commit
9432ac75b9
@ -15,7 +15,11 @@ class Cheeky(commands.Cog):
|
||||
name="decide",
|
||||
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):
|
||||
|
||||
import random
|
||||
|
0
app/decide.py
Normal file
0
app/decide.py
Normal file
Loading…
x
Reference in New Issue
Block a user