-
I made an embed command where my bot will ask what’s the title of the embed, description of the embed …
- 510 views
- 1 answers
- 0 votes
-
My idea is to have logs channel = client.get_channel(732355984865099836) await channel.send(‘Test’) Shouldn’t this work to send a message to a …
- 421 views
- 0 answers
- 0 votes
-
I am attempting to include positional arguments into an on_message function using discord.py but I receive an error below File …
- 407 views
- 1 answers
- 0 votes
-
Not sure how to fix this segment. What it is doing is updating a message until it hits a threshold …
- 392 views
- 0 answers
- 0 votes
-
im struggling to making my bot get into a voice channel, i have already read alot of posts that are …
- 381 views
- 1 answers
- 0 votes
-
I was creating a discord bot, and when I used a command(!buy @Role), it crashed with: cursor.execute("UPDATE users SET cash …
- 436 views
- 1 answers
- 0 votes
-
Beginning to learn to write a simple Discord bot in Python. My bot’s token is in a .env file but …
- 516 views
- 0 answers
- 0 votes
-
I’m working on a Discord Bot that is connected to my MySQL to give and receive Data. In this part …
- 369 views
- 0 answers
- 0 votes
-
I have created a simple bot using Discord.py which outputs the contents of text files which contain scraped sports fixtures …
- 0 views
- 1 answers
- 0 votes
-
When I type "!hello" in my discord server my bot should say "Hello (author)" But when i run the command …
- 381 views
- 1 answers
- 0 votes