From 5cc1fcb06d40b0dbb89628d8f81d71253adb3274 Mon Sep 17 00:00:00 2001 From: Michael Peacock Date: Fri, 23 Nov 2018 14:16:31 +0000 Subject: [PATCH] changed some formatting --- Music.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = {}