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

Discord.py Overwrite In Create_text_channel Permissions

overwrites = { guild.default_role: discord.PermissionOverwrite(read_messages=False), guild.… Read more Discord.py Overwrite In Create_text_channel Permissions

How To Get The Most Recent Message Of A Channel In Discord.py?

Is there a way to get the most recent message of a specific channel using discord.py? I looked at t… Read more How To Get The Most Recent Message Of A Channel In Discord.py?

How To Align Fields In Discord.py Embedded Messages

I am creating an embedded discord.py message that will look like Each field's value has a stri… Read more How To Align Fields In Discord.py Embedded Messages

Make Bot Disconnect If It's Alone In A Voice Channel Discord.py

Is there any way to disconnect the bot if it's alone on a voice channel? Is there any event tha… Read more Make Bot Disconnect If It's Alone In A Voice Channel Discord.py

Im Learning To Make A Bot Using Python. What Do I Do So That I Can Create A New Channel Using The Commands?

Thanks for the previous people that helped me for the last question What Im trying to do is make a … Read more Im Learning To Make A Bot Using Python. What Do I Do So That I Can Create A New Channel Using The Commands?

Discord.py: How To Extract A Boolean Value For If Someone Is Muted Or Not

Recently, I have been working on my bot for a particular discord server. In the server I observed t… Read more Discord.py: How To Extract A Boolean Value For If Someone Is Muted Or Not

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

Check If User Has Permission In Discord.py

I am making a kick command for my discord.py bot. Here is some code that the kick command might be:… Read more Check If User Has Permission In Discord.py