[V3] guild->server (#1529)

Mostly string renames
customcom now recognized {guild} and {server}
This commit is contained in:
bobloy
2018-04-16 15:32:51 -04:00
committed by palmtree5
parent 1bc650b0f9
commit 705d9b8238
7 changed files with 14 additions and 13 deletions

View File

@@ -193,7 +193,7 @@ class Audio:
status = await self.config.status()
vote_percent = data['vote_percent']
msg = ('```ini\n'
'----Guild Settings----\n')
'----Server Settings----\n')
if dj_enabled:
msg += 'DJ Role: [{}]\n'.format(dj_role_obj.name)
if jukebox: