Bots templates

Verified
Discord Logging Bot

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.

Icon 1 Icon 1
246
Simple Telegram Bot

Simple Telegram Bot is a simple example Telegram bot that can receive and send messages, and handle a custom command /hey which responds with "What's up?".

Icon 1
1503
GPT-4o Reminders WhatsApp bot

This bot uses GPT-4o to give Whatsapp-based reminders to people just by chatting. In the encryption key environment secret, you need to get a 128 bit AES hex key from a website such as https://asecuritysite.com/encryption/plain

Icon 1 Icon 1
1200
Discord Custom Welcome Message Bot

This welcome message bot will be designed to perform a single task on Discord, which is to welcome new users with a unique poem. The welcome message can be customized to any other aesthetic ideas and greetings. This cutom bot requires two environment variables to function properly: DISCORD_BOT_TOKEN (the token of your Discord bot) and WELCOME_CHANNEL_ID (the ID of the channel where the bot will send welcome messages).

Icon 1
947
Discord Bots That Talk To You

This app is a chat bot that can be integrated with Discord. It allows users to interact with the bot by sending messages and receiving responses. The bot is designed to handle rate limiting, ensuring that it responds to a limited number of messages per minute. If a user exceeds the rate limit, their messages are added to a backlog and processed later. The bot also supports private messaging and can respond to direct messages from users. The app is built using Python and utilizes the Discord API for communication.

Icon 1 Icon 1
800
Best Discord Bot For Moderation

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.

Icon 1
762
Discord Activity Monitor Bot

This Discord bot monitors member activity within a server. It allows administrators to rank inactivity criteria in days or minutes using command !setinactivity x minutes or !setinactivity x days. Inactive users can be kicked based on the criteria set by the administrators using command !kickinactive. App requires 'DISCORD_BOT_TOKEN' environment secret. And you need to give the bot following permissions on discord website. Read Message History: To fetch past messages and determine member activity. Kick Members: To remove inactive members from the server. Read Messages / View channels: To read latest message of user.

Icon 1 Icon 1
705
Website Stats App

The Website Stats App is a bot that provides detailed statistics about a given website. It visits the website, determines its load time, status, and security level. The app also handles errors for incorrect URLs, notifies the user if the website processing is taking some time, and alerts the user if the website is down or not reachable. Additionally, the app automatically posts updates on a Discord channel every 7 hours. If Discord credentials and channel ID for Discord are present, it will use that. The environment variables required for this app are: DISCORD_WEBHOOK_URL, and WEBSITE_URL.

Icon 1 Icon 1
552
Discord bot using slash commands in python

Update: /ping can be used in user apps too now.

Icon 1 Icon 1
503

Bots

Lazy apps can be helpful in the Bots category by automating repetitive tasks and simplifying processes. They can assist in various ways, such as:

  1. Customer support: Lazy apps can handle basic customer inquiries and provide instant responses, freeing up human agents to focus on more complex issues.
  2. Appointment scheduling: Lazy apps can help users book appointments, check availability, and send reminders, reducing the need for manual scheduling.
  3. Information retrieval: Lazy apps can fetch data from various sources and provide quick answers to user queries, saving time and effort.
  4. Content curation: Lazy apps can aggregate and curate relevant content from different platforms, making it easier for users to access and consume information.
  5. Task automation: Lazy apps can automate repetitive tasks, such as data entry, file organization, and report generation, improving efficiency and productivity.
  6. Personal assistants: Lazy apps can act as virtual personal assistants, managing calendars, setting reminders, and providing helpful suggestions based on user preferences.
  7. Language translation: Lazy apps can assist in real-time language translation, enabling users to communicate with people who speak different languages.
  8. Overall, lazy apps in the Bots category can streamline workflows, enhance user experiences, and save time by automating mundane tasks and providing instant assistance.