Description
This Discord bot provides administrators with a convenient control panel accessible via the !panel
command. The panel features interactive buttons to perform various actions such as retrieving user information, suspending/unsuspending users and servers, and managing coupons (creating, retrieving, listing, and deleting). The bot also supports direct commands like !createcoupon
for manually generating coupons with specific parameters and !help
or !commands
to display available commands. It leverages the Discord.js library and interacts with an external API (defined by process.env.API_URL
) using axios
to perform these administrative functions. The bot uses embeds to provide structured information and modals for user input when required, ensuring a user-friendly experience for server management.
Reviews
There are no reviews yet.