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

How Can I Get My Bot To Dm A Specific User Id Without A Command Given?

When someone DM's my bot, I have it print to the console who messaged, what the message was, an… Read more How Can I Get My Bot To Dm A Specific User Id Without A Command Given?

Discord.py How To Add Mute Command

I'm making a discord bot and I really want to make a mute command to mute toxic users. This is … Read more Discord.py How To Add Mute Command

How To Assign A User A Role In A Server From A Direct Message Discord.py

So I am trying to make a bot where if a user direct messages the bot, it will give them a role in a… Read more How To Assign A User A Role In A Server From A Direct Message Discord.py

Discord.py: Nameerror: Name 'intents' Is Not Defined

I'm trying to use intents in my bot but when running the following code: import discord from di… Read more Discord.py: Nameerror: Name 'intents' Is Not Defined

Discordpy Tasks Not Working As Expected. No Returning

@tasks.loop(seconds = 5.0) async def remind420(self): print('YES') print(datetime.n… Read more Discordpy Tasks Not Working As Expected. No Returning

How Does Is_owner Works?

So i am trying to add dev only commands me and my devs get confused on doing this as we need the is… Read more How Does Is_owner Works?

Deleting User Messages In Discord.py

Is there any way to delete a message sent by anyone other than the bot itself, the documentation se… Read more Deleting User Messages In Discord.py

Prefixed And Non Prefix Commands Are Not Working Together On Python Discord Bot

import asyncio import discord from discord.ext import commands from discord.ext.commands import Bot… Read more Prefixed And Non Prefix Commands Are Not Working Together On Python Discord Bot