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“

Pure Nim score 15/100 · last commit 2022-02-15 · 4 stars · tests present · no docs generated

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)

Discord Bots Discord Bots

npm npm license: GPLv3 Gitter

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 yarn or npm install to 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.js IF 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= and DISCORD_TOKEN=

  • Run node ./deploy-slash.js to register the clients slash commands, then do node . to run the client.

Support

Your donations go into the upkeep for the bot or a good coffee to keep myself working. ❤

ko-fi

License

This project uses the GNU General Public License v3.0