A rewrite of my Discord bot - Security Siege
This is a rewrite of my Discord bot, Security Siege. It is a bot that is designed to help moderate servers and provide useful tools for server owners and administrators. It is written in TypeScript and uses the Discord.js library. It is currently in development and is not yet ready for use.
- Clone the repository
- Run
npm install
- Create a
.env
file in the root directory and add the following:
TOKEN=YOUR_DISCORD_BOT_TOKEN
- Create a
config.json
file in thesrc
directory and add the following:
{
"guildID": "",
"mongoURI": "",
"owners": []
}
- Run
npm start
- Add more commands
- Add more features (e.g. warnings, mutes, etc.)
- Add more handlers (e.g. error handler, interaction handler, etc.)
- Added basic handlers and commands
- Warning system
- Ticket system
If you would like to contribute to this project, please fork the repository and submit a pull request. If you have any questions, please open an issue.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.