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

Discord.py: How Would You Restrict A Certain Command To A Role Or People With Specific Permissions?

Could someone show how you'd restrict, for example, the following command to lets say a role na… Read more Discord.py: How Would You Restrict A Certain Command To A Role Or People With Specific Permissions?

Discord.py Bot Renaming A Voicechannel Only Works Sometimes

I have a discord bot written in discord.py and wanna rename a voice channel. It sometimes works but… Read more Discord.py Bot Renaming A Voicechannel Only Works Sometimes

Kick Command Is Giving Errors

My kick command is below: @bot.command() async def kick(ctx, member: discord.Member, *,reason… Read more Kick Command Is Giving Errors

Making A Bot That Sends Messages At A Scheduled Date With Discord.py

I'm trying to make a bot that sends a scheduled message to a specific text channel. for example… Read more Making A Bot That Sends Messages At A Scheduled Date With Discord.py

How To Get A Discord Bot To Output Everything User Inputs Instead Of Just The First Input?

I'm trying to get a bot that will repeat what a user inputs, as many times as the user specifie… Read more How To Get A Discord Bot To Output Everything User Inputs Instead Of Just The First Input?

Pygame With Discord Bot

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