Skip to content

NekoNyaDevs/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿・NekoNyan

NekoNyan is a fun Discord bot made in TypeScript with Discord.js.

It simply includes commands from the API endpoints of NekoNya.

🔨・Installation

Development

  1. Clone the repository:
git clone https://github.com/NekoNyaDevs/bot.git nekonyan
cd nekonyan
  1. Install the dependencies:
yarn install
  1. Copy the .env.example file to .env and fill in your bot token and other required environment variables.

  2. Start the bot:

yarn dev

Production

  1. Clone the repository:
git clone https://github.com/NekoNyaDevs/bot.git nekonyan
cd nekonyan
  1. Install the dependencies:
yarn install --production
  1. Copy the .env.example file to .env and fill in your bot token and other required environment variables.
  2. Build the bot:
yarn build
  1. Start the bot:
yarn start

🌳・Contributing

If you want to contribute to this project, you can fork this repository and submit a pull request.

📝・License

This project is licensed under the GNU-GPL-3.0 License - see the LICENSE file for details.

About

Official NekoNya Discord Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published