Skip to content
Permalink
Browse files
changed some formatting
  • Loading branch information
peacoc17 committed Nov 23, 2018
1 parent 40f39d8 commit 5cc1fcb06d40b0dbb89628d8f81d71253adb3274
Showing 1 changed file with 1 addition and 2 deletions.
@@ -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 = {}

0 comments on commit 5cc1fcb

Please sign in to comment.