Browse Source

Extra todo and a space that annoys me on the live message.

tags/v0.3.3
roxie 7 years ago
parent
commit
3a64c1f961
1 changed files with 2 additions and 7 deletions
  1. +2
    -7
      main.py

+ 2
- 7
main.py View File

@@ -247,6 +247,8 @@ async def printcommands():

@bot.command(pass_context=True)
async def listroles(ctx):
if not config[ctx.message.server.id]["self-assign_roles"]["enabled"]:
return
roles = []
for role in config[ctx.message.server.id]["self-assign_roles"]["roles"]:
for serverrole in ctx.message.server.roles:
@@ -255,13 +257,6 @@ async def listroles(ctx):
return await bot.say(roles)


@bot.command()
async def embed():
embed = discord.Embed(title="sdfsdfsdf", video={"url": "https://www.youtube.com/watch?v=N4FlL1FCbvA"},
color=0x46e1ff)
return await bot.say(embed=embed)


#################
# Owner Commands#
#################

Loading…
Cancel
Save