Skip to content

Don't spend your time with unnecessary time-consuming things anymore. Download Natriy and your bot will be ready for use in less than one week!

License

Notifications You must be signed in to change notification settings

matheuscristian/Natriy

Repository files navigation



About

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

Installation

Node.js 16.9.0 or newer is required.

git clone https://github.com/matheuscristian/Natriy.git
cd Natriy
npm install

Example usage

Create 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 update

Now, start Natriy:

npm start

Read more at Documentation.

About

Don't spend your time with unnecessary time-consuming things anymore. Download Natriy and your bot will be ready for use in less than one week!

Topics

Resources

License

Stars

Watchers

Forks