Merge branch 'develop' of https://github.com/Twentysix26/Red-DiscordBot into develop

This commit is contained in:
Emil Hammarstrom
2016-02-07 23:29:50 +01:00
3 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ class General:
if len(choices) < 2:
await self.bot.say('Not enough choices to pick from.')
else:
await self.bot.say(choice(choices))
await self.bot.say(randchoice(choices))
@commands.command()
async def roll(self, number : int = 100):