https://github.com/helloyeew/kasumi
A rewrite of Kasumi in Ruby
https://github.com/helloyeew/kasumi
Last synced: 10 months ago
JSON representation
A rewrite of Kasumi in Ruby
- Host: GitHub
- URL: https://github.com/helloyeew/kasumi
- Owner: HelloYeew
- License: mit
- Created: 2022-01-03T22:50:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T07:04:54.000Z (over 3 years ago)
- Last Synced: 2025-08-08T04:45:29.399Z (10 months ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kasumi-ruby
A rewrite of [Kasumi](https://github.com/HelloYeew/kasumi-old) in Ruby
Currently have a plan to rewrite it as Discord.NET due to the performance of it.
## Invite link
You can invite the bot to your server by use [this link](https://discord.com/oauth2/authorize?client_id=806810705205395456&permissions=8&scope=bot)
## Start developing Kasumi
### Install package using bundle
If you don't have `bundle` installed in `gem` or don't sure run this command to install it:
```shell
gem install bundler
```
Then install the requirements gem by using bundle:
```shell
bundle install
```
## Environment file
Before you can start running Kasumi, you must set the environment variable by creating `.env` file first with following contents:
```dotenv
token=yout-bot-token
prefix=!
debug=true
```
Note : If you are running the bot on the real usage please set `debug=false`