mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-25 18:52:31 -05:00
Typos
This commit is contained in:
@@ -106,7 +106,7 @@ class General:
|
||||
"""
|
||||
question = " ".join(question)
|
||||
if question.endswith("?") and question != "?":
|
||||
return await self.bot.say("```" + randchoice(self.ball) + "```")
|
||||
return await self.bot.say("`" + randchoice(self.ball) + "`")
|
||||
else:
|
||||
return await self.bot.say("That doesn't look like a question.")
|
||||
|
||||
@@ -200,7 +200,8 @@ class General:
|
||||
"""Starts/stops a poll
|
||||
|
||||
Usage example:
|
||||
poll Is this a poll?;Yes;No;Maybe"""
|
||||
poll Is this a poll?;Yes;No;Maybe
|
||||
poll stop"""
|
||||
message = ctx.message
|
||||
if len(text) == 1:
|
||||
if text[0].lower() == "stop":
|
||||
|
||||
Reference in New Issue
Block a user