Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harukayamamoto0/utility-bot
just a personal bot nothing mail no man
https://github.com/harukayamamoto0/utility-bot
anime discord discord-bot nodejs utilities
Last synced: 24 days ago
JSON representation
just a personal bot nothing mail no man
- Host: GitHub
- URL: https://github.com/harukayamamoto0/utility-bot
- Owner: HarukaYamamoto0
- License: mit
- Created: 2022-11-09T23:21:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T00:20:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T22:56:53.836Z (almost 2 years ago)
- Topics: anime, discord, discord-bot, nodejs, utilities
- Language: JavaScript
- Homepage: https://discord.com/oauth2/authorize?client_id=1040051324621967370&scope=bot&permissions=8
- Size: 111 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 🛠️ Adjustments and improvements
The project is still under development and the next updates will focus on the following tasks:- [x] create the base
- [x] create commands
- [x] make a good file architecture
- [x] change environment variables by Infisical
- [x] create more basic commands
- [x] create the useful commands for me
- [x] Host the bot on the [Railway](https://railway.app/)
- [x] Adding Eslint and Prettier along with the Husky
- [x] improve practically everything in the project (mainly the readme.md)
- [x] No plans for later## 💻 Prerequisites
- [Git](https://git-scm.com/)
- [Nodejs](https://nodejs.org/en/)
- A text editor (For example [VSCode](https://code.visualstudio.com/))
- An account at [Infisical](https://app.infisical.com/signup) (only in development)## 🎲 Running the application
```bash
# Clone this repository
$ git clone https://github.com/HarukaYamamoto0/utility-bot.git
# Access the project folder in terminal/cmd
$ cd utility-bot
# Install the dependencies
$ yarn
# Running the bot
$ yarn dev
```
> On the first run, Infisical will ask you to log in with your account, and the project id, this will only happen once, so don't worry.## 📝 License
This project is under license. See the [LICENSE](LICENSE.md) file for more details.