Skip to content

Age Sentry is a Discord bot that scans your messages for potentially risky numbers such as ages and delivers a private warning after you send your message.

Notifications You must be signed in to change notification settings

chimpdev/age-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

🔗 Invite

Go to this link and add the bot to your server.

🖥️ Hosting

We are hosting Age Sentry bot on our own servers. Bot will be online 24/7 If you want to host the bot on your own server, you can follow the steps below.

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/chimpdev/age-sentry.git
  1. Go to the project directory
cd age-sentry
  1. Install dependencies (you can use npm or pnpm)
pnpm i
  1. Create a new application on Discord Developer Portal and copy the bot token. Also don't forget to enable MESSAGE CONTENT INTENT in the bot settings.

  2. Edit .env file (see below)

  3. Start the bot (you can use npm or pnpm)

pnpm start

.env file

This bot uses .env file to store sensitive data. You can create .env file in the root directory of the project and add the following variables to it.

Variable Description Required
DISCORD_TOKEN Discord bot token

About

Age Sentry is a Discord bot that scans your messages for potentially risky numbers such as ages and delivers a private warning after you send your message.

Resources

Stars

Watchers

Forks