Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Embeds System #21

Open
woozystudio opened this issue Apr 8, 2024 · 0 comments
Open

Create Embeds System #21

woozystudio opened this issue Apr 8, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@woozystudio
Copy link
Owner

woozystudio commented Apr 8, 2024

I plan to add this system as I will be able to make and access embeds faster. When I use this system, the embed I use the most is the Error embed, with this embed I only have to type my error and that's it. The way to use it is very simple, you just write the error, for example: "You don't have enough permissions" and that's it. Each bot has its own independent embeds and its own embeds/ folder.

interaction.reply({ embeds: [ErrorEmbed.message('Error Message')] });

This idea is taken from the "ModBot" bot developed by Aternos Org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo (medium)
Development

No branches or pull requests

1 participant