hertz-discord-bot
v1.0.0
Published
* **Install packages** : ```bash $ npm install ``` * **Set your secret bot token** * Open your `token.json` in the bot root directory * Replace the placeholder by you bot secret token : ```js { "secret": "YOUR_SECRET_TOKEN"
Downloads
11
Readme
Hert'z Discord Bot
Installation
- Install packages :
$ npm install
- Set your secret bot token
- Open your
token.json
in the bot root directory - Replace the placeholder by you bot secret token :
{ "secret": "YOUR_SECRET_TOKEN" }
- Open your
Start the bot
Launch js script with Node.js :
node index.js
Commands
!setchannel <name>
: Modify the channel used to create channels.!setrolecommander <name>
: Set the role name which is used to use admin commands.!setmaxplayers <number>
: Set the max player limit of the current channel where is connected the user.!clear <ammount>
: Delete messages of current text channel.!play <url|search>
: Start streaming a Youtube video by giving its URL or by a search.!stop
: Stop streaming, the bot leaves the channel.!save
: Start manually a save.