Now using hyperlinks in Queue and adding support message as random string

This commit is contained in:
Rafael Vargas
2022-09-07 21:47:09 -03:00
parent 5f60c12179
commit ba57a3e18d
5 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
class Song:
def __init__(self, identifier: str, playlist, requester: str) -> None:
self.__identifier = identifier
self.__info = {'requester': requester}

View File

@@ -1,4 +1,3 @@
import os
from random import choices
import string
from discord.bot import Bot