EN VI
Posts (0)

No data results!

Please check back again in feature!

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-17 21:00:07
You could subclass property with custom features. Here a basic example on how to do that. Notice you should provide a dictionary which maps which property triggers which function (as string). class Tr...
Tags: python Class attributes

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