Natriy is a program that helps you create bots for Discord. All you need to do is edit your bot's program settings and commands to your liking and your bot is ready to go.
- Easy to configure
- Configuration file follows INI format
- Create various type of commands
- Performant
Node.js 16.9.0 or newer is required.
git clone https://github.com/matheuscristian/Natriy.git
cd Natriy
npm installCreate command bread:
[settings]
token=Your token
appID=Your application ID
###########
#BREAD CMD#
###########
[commands.bread]
description=Say something about breads
[commands.bread.action.1]
type=say
reply=
content=I love :bread:!Send commands to Discord as slash commands:
npm run updateNow, start Natriy:
npm startRead more at Documentation.