EN VI
Posts (0)
Questions (2)
2024-03-09 23:00:21
You're probably better off subclassing discord.ui.Button and adding it to a view like so- import discord class CraftButton(discord.ui.Button): def __init__(self, label:str, emoji:str, disabled:bo...
Tags: python Class discord.py
2024-03-10 04:30:04
Discord's interface requires each choice's name to be unique within a given command option because it uses the name to display the options to the user. When you have multiple choices with the same nam...
Tags: python discord discord.py

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login