-
@client.command(pass_context=True)
async def joinvoice(ctx):
"""Joins your voice channel"""
author = ctx.message.author
server = ctx.message.server
voice_channel = author.vo…
-
import discord
client = discord.Client()
This give me:
Unclosed client session
client_session:
I installed everything correctly :)
-
This is more of an enhancement but I would like a way to save and load the message objects if this is some thing you can point me to on how to add that would be great to.
-
Could someone give me a quick way they would call the "change nickname" function?
change_nickname(membersName, nickNameWanted)
gives me an error that says "change_nickname" is not defined
Sorr…
-
Is there an event handler for a situation when a member changes status?
I've found on_member_join and on_member_remove, but that's not quite what I want.
I need events when a member goes online or o…
-
I have looked in the docs, and everywhere, but i cant get add_reaction to work. In my current status, the code is giving this error "discord.errors.HTTPException: BAD REQUEST (status code: 400) ". Ple…
-
Well, how?
I see on: http://discordpy.readthedocs.io/en/latest/api.html#discord.Embed.set_image
How to use it ?
Thanks
-
![image](https://cloud.githubusercontent.com/assets/11216446/21721021/22bf553e-d41e-11e6-8d01-e33ff91c6f6c.png)
Using Python3.4, DiscordPy 0.16.0 on Windows 7 Sp1 causes the above error.
Exactly…
-
Hi, there seems to be no way to add a role for a user when she types something in chat.
```
elif message.content == '!dj':
music_channel = get_channel("music")
if music_chann…
-
Ignoring exception in message
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/discord/ext/commands/bot.py", line 252, in _run…