Hayase
Hayase is a Discord bot written in JavaScript using the discord.js library. Based on the character “Hayase Nagatoro“ from the manga/anime “Please don't bully me miss Nagatoro“
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 4 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2022-02-15 |
| Downloads | 0 |
| Last Indexed | 2026-07-27 04:31 |
Installation
nimble install Hayase
choosenim install Hayase
git clone https://gitlab.com/voltages/hayase
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| Hayase | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/voltages/hayase |
|---|---|
| Homepage | https://gitlab.com/voltages/hayase |
| Registry Source | gitlab |
README
Hayase (Nagabot)
Hayase is a Discord bot written in JavaScript using the discord.js library.
I'm based on the character Hayase Nagatoro from the manga/anime “Please don't bully me miss Nagatoro“
Commands:
* Reactions / Emotions: /happy, /smug, /sup, /smirk, /smile, /giggle, /wink, /gross, /thumbsup, /thup, /bye, /duel
* Utility: /help, /boop, /changelog, /commits, /contact
Development
-
Fork the repository.
-
Run
yarnornpm installto install all dependencies. @top-gg is required for the client to function but can be removed as it is not necessary for the functionality of the client. -
Remove this line in
index.jsIF you remove the @top-gg dependency
...
// TopGG stats updater
// Optional dependency, can be removed
const { AutoPoster } = require('topgg-autoposter');
const ap = AutoPoster(process.env.TOPGG_TOKEN, client);
ap.on('posted', () => {
console.log('[STAT] Posted client stats to Top.gg');
});
...
-
Fill in the required .env variables like
CLIENTID=andDISCORD_TOKEN= -
Run
node ./deploy-slash.jsto register the clients slash commands, then donode .to run the client.
Support
Your donations go into the upkeep for the bot or a good coffee to keep myself working. ❤
License
This project uses the GNU General Public License v3.0