Comando Sunset's Discord security bot
| src | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Nassiryot Government Bot (4th Era)
This is the official bot for the Nassiryot Government.
For those who don't know, the Nassiryot Republic is a Virtual State, mainly active on Discord.
Features
TODO
Usage
Installation
- Clone the repository:
git clone https://github.com/sakuragasaki46/SKoroshi.git - Install dependencies:
npm install
Running the bot
- Get your bot token from the Discord Developer Portal.
- Paste it in
.env, on a new line, likeTOKEN=MTMy0URt0k3n_k3EPiT53CREt1.AAAAAA.AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..gitignoreprevents your.envfrom being committed, so you can stay safe. - Paste your client ID (i.e. your bot's user ID) into
.envas well, on a separate line, such asCLIENT_ID=1234567890166642069. - Register commands with
npm run register. Please note this is needed only when the command list is updated. If you do it every single time you start the bot you may get rate limited. - Start the bot with
npm start.
License
The whole code is licensed under Apache 2.0 License.
This code is available "AS IS", without any warranty, explicit or implied.
I (sakuragasaki46) am not legally liable from Your use of the code.