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



@bot.command(pass_context=True) @bot.command(pass_context=True)
async def listroles(ctx): async def listroles(ctx):
if not config[ctx.message.server.id]["self-assign_roles"]["enabled"]:
return
roles = [] roles = []
for role in config[ctx.message.server.id]["self-assign_roles"]["roles"]: for role in config[ctx.message.server.id]["self-assign_roles"]["roles"]:
for serverrole in ctx.message.server.roles: for serverrole in ctx.message.server.roles:
return await bot.say(roles) 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# # Owner Commands#
################# #################

Loading…
Cancel
Save