diff --git a/bot.py b/bot.py index f2df8d9..d2de1cf 100644 --- a/bot.py +++ b/bot.py @@ -71,7 +71,7 @@ async def make_choice(room, message): temp = False else: id = match.args() - id = str(id[1]) + id = int(id[1]) quoteImage = fetch.fetchQuote(id) quoteData = fetch.fetchQuoteData(id)