Czikiriki Bot, is an Discord bot designed to move sent files to designed channels
This script requires:
- Node 0.12+
- Git client
OS X & Linux:
git clone https://github.com/ReformedMrozu/Czikiriki-Bot
npm install
Windows:
git clone https://github.com/ReformedMrozu/Czikiriki-Bot
npm install
First, let's go and install all dependencies.
npm install
Then you have to create appsetting.json file, with given contents in your root folder
{
"Token" : "BotToken",
"AttachmentChannelID" : "channelID"
}
To run bot just type one of the following:
npm start
node bot.js
First, let's go and install all dependencies.
npm install
Then you can freely customize scripts in:
package.json
- 1.0.1
- Added functionality reacting to messages with no attachments
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Author – @PiotrMróz
Distributed under the MIT license. See LICENSE
for more information.