diff --git a/Music.py b/Music.py index b733031..8cc99a0 100644 --- a/Music.py +++ b/Music.py @@ -1,8 +1,7 @@ import discord from discord.ext import commands -# players is a dictionary using server ids to store the current voice session in a server so that it can have other -# functions ran on it e.g. pause/resume +# dictionaries using server ids to store the values of context objects so that they can be usedin other functions and not async players = {} queues = {} voice_client = {}