This discord bot is intended to help facilitate the bounty platform on Discord for Neural Internet.
-
Run
npm install
to install all necessary packages. -
Go to
./_utils/config.js
and add your discord token.2.1 The discord token can be obtained by following this link: How to get discord token
The config file, config.js, contains values you can configure depending on your needs. The parameters that need to be specified are:
- token: Your discord token.
- team_role_name: The discord role name of the NI team.
- active_bounties_category: The category to create all the bounty private text channels under.
- archives_category: The category to store all the archived bounty text channels under.