We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf9330 commit 2ce599cCopy full SHA for 2ce599c
spotify_bot.py
@@ -1,3 +1,5 @@
1
+from uuid import uuid4
2
+
3
import os, urllib.request, logging, json, sys, auth
4
from telegram.ext import Updater, CommandHandler, MessageHandler, Filters, InlineQueryHandler
5
from telegram import InputTextMessageContent, InlineQueryResultArticle
0 commit comments