This is a simple README file for my moderation Discord bot that also has RSS feed support.
- Moderation commands to manage your Discord server.
- RSS feed support to keep your server updated with the latest news and updates.
- 'TODO.md' - A list of tasks that need to be completed.
- 'commands' - Contains all the commands that the bot can execute.
- 'config.json' - Contains the configuration for the bot. (You need to create this file, it is unsafe to store in the repo)
- 'index.ts' - The main file that starts the bot.
- 'deploy-commands.js' - A script to deploy the commands to the Discord API.
- Clone the repository:
git clone https://github.com/ofluffydev/stupid-bot.git
- Install the required dependencies:
yarn install
- Configure the bot by creating & editing the
config.json
file. - Start the bot:
yarn start