/discord-bot

The Discord Bot of The Cyber Empire

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

CyberEmpire Bot

This is the official repository for The Cyber Empire's Discord bot. It is built with TypeScript using the Sapphire framework on top of the discord.js library. We use the Sequelize ORM as database interface and MariaDB as primary database system.

👨‍💻 Start developing now

1. Clone the repo

git clone https://github.com/CyberEmpire/discord-bot.git

2. Install the dependencies

cd discord-bot && npm i

3. Configure the environment variables in the .env file

See details below.

4. Build and test

npm test

TO-DO

THE REST OF THIS FILE