-
I don't know if this is a bug or status by design but I was trying to randomize embed colours and was passing string based hex values to `discord.colour`
listing_embed = discord.Embed(title=sel…
-
So I am trying to make a bot called Web MD. That essentially takes a message, and if it says "My ____ hurts" it will say "Hello (user). You have ___ cancer." Now my problem is that the message object …
-
Ive looked everywhere! WHAT IS THE 'name'!!!!!!!
-
I am trying to make a mute command for my bot, but i am running into some trouble with doing so. I am failing to make the bot add the role. Here is the code that I've got so far.
![scrpt](https://use…
-
^Title. How does it work?
-
Is there any way to get past messages?
In client the `messages` method returns empty deque
```
async def on_ready():
print('Logged in as')
print(client.user.name)
print(client.user.…
-
A function, say, `client.change_own_nick(server, name)` that, well, changes the bot's nickname automagically.
-
I'm making a bot using discord.py for kicking players.
from discord.ext.commands import Bot
from discord.ext import commands
import discord
bot_prefix = "`"
token = "NDMxN…
-
I want my bot to PM me when it goes online and offline.
```
@bot.event
async def on_ready():
await bot.send_message(owner, "Echo bot is now online.")
```
Owner is a variable which has my u…
ghost updated
6 years ago
-
Is there any way to change the category of a voice channel that already exists? Or set the category of the voice channel upon creation.
ghost updated
6 years ago