mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Now using hyperlinks in Queue and adding support message as random string
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
class Song:
|
||||
|
||||
def __init__(self, identifier: str, playlist, requester: str) -> None:
|
||||
self.__identifier = identifier
|
||||
self.__info = {'requester': requester}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import os
|
||||
from random import choices
|
||||
import string
|
||||
from discord.bot import Bot
|
||||
|
||||
Reference in New Issue
Block a user