A Simple Discord Bot.
Read changelog
-
Fill all informations.
- Rename
.env.exampleto.env - Fill all needed.
- Rename
-
Tutorial how to get your Bot Token
This Project Need NodeJS 20x or higher, get here.
> git clone https://github.com/FaizBastomi/kaguya-bot.git
> cd kaguya-botInstall the dependencies:
> npm iImportant
FIRST TIME SETUP, YOU NEED TO RUN npm run prisma:generate
Development
npm run devProduction
# linux
export NODE_ENV=production && npm run prod# windows (CMD)
set NODE_ENV=production && npm run prod
# or Powershell
$env:NODE_ENV="production"; npm run prodnpm run formatLet me know if you find error. Just make an issues, then i will fix it.
Don't forget to copy-paste your error log.
We welcome your contribution.🤝
Feel free to make a pull request.
| Command | Description | Status |
|---|---|---|
| Avatar | Get Guild or Default User Avatar | ✅ |
| Math | Calculation Function | ✅ |
| Nuke | Nuke a Channel | ✅ |
| Purge | Clear Message History | ✅ |
| Serverinfo | Get Basic Server Info | ✅ |
| Steam | Check User Steam Profile | ✅ |
Faiz Bastomi |