-
I would like to be able to know the channel before and after the voice state update as you can in [discord.py](https://github.com/Rapptz/discord.py).
`discord.on_voice_state_update(before, after)`
ht…
-
`on_reaction_add` is not triggered. How do I get a specific message in `client.messages`, which is not changed (server rules), so that the on_reaction_add event is always thrown?
ghost updated
7 years ago
-
I've tried the documentation can someone give me an example of a message with a red line and title?
ghost updated
7 years ago
-
Hello.
I'm sorry if this is documented, but I cannot understand how send_message works. I am trying to make a command that allows people to "request music" and I get DMed with the links they requeste…
-
And if yes, how?
-
So say I have a bot that I want to write commands for. Say I have
```python
@bot.command()
async def add(left : int, right : int):
"""Adds two numbers together."""
await bot.say(left + ri…
-
I have a command called tetts
`
@bot.command(pass_context=True)
async def tetts(ctx, *, IP):
"""hi"""
r = requests.get('http://ipinfo.io/{}/json'.format(IP))
a = json.loads(r)
await bot.…
ghost updated
7 years ago
-
### See the title ^
ghost updated
7 years ago
-
So, say I want to `send_message` to a server.
HOW DO I SPECIFY THE SERVER AND CHANNEL WITHOUT GETTING AN ERROR?!?!
ScttB updated
7 years ago
-
`@client.command() #butytho`
`async def butytho(message):`
`await client.send_file(message.channel, 'fibCEus.gifv')`
I'm trying to send the image in the same channel as the command was issued. I…