Cleanup cache fix

This commit is contained in:
Twentysix
2016-02-15 09:37:04 +01:00
parent 3b04a82519
commit e54b80b3c9
2 changed files with 4 additions and 2 deletions

View File

@@ -202,7 +202,6 @@ class General:
Usage example:
poll Is this a poll?;Yes;No;Maybe"""
message = ctx.message
print(text)
if len(text) == 1:
if text[0].lower() == "stop":
await self.endpoll(message)