Skip to content Skip to sidebar Skip to footer
Showing posts with the label Discord

Pygame With Discord Bot

import discord import random import pygame import time client = discord.Client() white = (255,255,… Read more Pygame With Discord Bot

Discord.py How Can I Make A Bot Delete Messages After A Specific Amount Of Time

I have a discord bot that sends images to users when they use the !img command, I don't want pe… Read more Discord.py How Can I Make A Bot Delete Messages After A Specific Amount Of Time

Finding A User By Discord Discrim Via Python

Once again, I'm into Discord bot coding. This time, I'm trying to make a way to find a user… Read more Finding A User By Discord Discrim Via Python

How To Get A Mentioned User's Avatar Url With Discord.py?

How can I get a mentioned user's avatar? I can get a mentioned user's ID, but I can't f… Read more How To Get A Mentioned User's Avatar Url With Discord.py?

Recognizing A Game That Someone Is Playing Without Chatting(discord Bot Python)

(discord bot python) The code is that if someone chats anything, if the person is playing Overwatch… Read more Recognizing A Game That Someone Is Playing Without Chatting(discord Bot Python)

My Discord.py Bot With Chat-filter Event Sends 2 Or More Messages Instead Of 1

Not so long ago added in my discord bot chat-filter ,which delete messages which i dont want to see… Read more My Discord.py Bot With Chat-filter Event Sends 2 Or More Messages Instead Of 1