The Discord bot monitors all messages in the server. If a message contains profanity, the bot deletes it and sends a warning to the channel. The bot also notifies the host about the deletion via a direct message. Additionally, the bot outputs a helpful error message to a channel if there is a permissions error, guiding the server admin to enable the required permission in the Discord Developer portal.
This Discord bot is designed to automatically assign a random color to a user's role in a Discord server. The bot is triggered by the '!auto_color' command and can be used by an administrator. The color is randomly generated each time the command is used. The bot uses the Discord API and requires a Discord token to function. The Discord token should be provided as an environment variable named 'DISCORD_TOKEN'.
This bot will be designed to perform a variety of custom commands on Discord, including sending multiple messages and channels, using any role, auto-assigning roles on join, supporting custom emotes, displaying join & leave messages, making suggestions, auto color roles, and logging.
This Discord bot is designed to display join and leave messages. It requires environment variables (DISCORD_TOKEN) and channel IDs to function properly. Please provide the DISCORD_TOKEN in the Env Secrets tab. To setup this Discord join and leave bot and receive a token, you need to create a new application in the Discord developer portal, add a bot to that application, and then copy the bot's token.
The Discord Logging Bot is a utility bot designed to perform logging tasks on Discord. This logger bot can set a specific channel as the log channel and send logs to that channel. The bot is controlled via commands. The '!set_log_channel #channel-name' command sets a specific channel as the log channel. The '!log message' command sends a log message to the set channel. The bot requires a Discord bot token (DISCORD_BOT_TOKEN) to function properly.
This bot is designed to perform a variety of tasks on Discord. It can add or remove channels from a list of channels to which it can send messages. It can send a message to all channels in this list. Before sending a message, it will ask for confirmation. The bot token(DISCORD_BOT_TOKEN) is securely taken from environment variables .
The Discord auto role bot is a powerful tool designed to automate role management on Discord servers. It has the ability to assign any role to a user and automatically assign a specific role to new members upon joining. This bot is particularly useful for large servers where role management can become a tedious task. To function, it requires the 'DISCORD_BOT_TOKEN' to be set in the environment variables. The bot supports the following commands: - '!add_role <role> <user>': Assigns the specified role to the specified user. If no user is specified, the role is assigned to the author of the command. - 'on_member_join': Automatically assigns the 'New Member' role to new members upon joining.
A web component that displays the member count of a Discord server and can be embedded in a Webflow website. The member count is fetched from an API endpoint, and the web component is served through another API endpoint.
The Discord Suggestions Bot is designed to manage suggestions on Discord. The suggester can perform the following commands: - !suggest <suggestion>: Sends a suggestion to a designated channel. - !set_suggestion_channel <channel>: Sets the default suggestion channel. The bot token is securely stored in environment variables and requires the DISCORD_BOT_TOKEN to work properly.