Browse Source

Forgot some colour ;-;

tags/v1.6.0
Roxie Gibson 6 years ago
parent
commit
3a36bf6e13
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Roxbot/cogs/voice.py

+ 1
- 1
Roxbot/cogs/voice.py View File

@@ -352,7 +352,7 @@ class Voice:
index += 1
if output == "":
output = "Nothing is up next. Maybe you should add something!"
embed = discord.Embed(title="Queue", description=output)
embed = discord.Embed(title="Queue", description=output, colour=0xDEADBF)
return await ctx.send(embed=embed)

@checks.is_admin_or_mod()

Loading…
Cancel
Save