Skip to content

Czikiriki Bot, is an Discord bot designed to move sent files to designed channels

Notifications You must be signed in to change notification settings

pmroz1/Czikiriki-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Czikiriki Bot

npm Build Status

Czikiriki Bot, is an Discord bot designed to move sent files to designed channels

Requirements

This script requires:

  • Node 0.12+
  • Git client

Installation

OS X & Linux:

git clone https://github.com/ReformedMrozu/Czikiriki-Bot
npm install

Windows:

git clone https://github.com/ReformedMrozu/Czikiriki-Bot
npm install

Running bot

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

Development setup

First, let's go and install all dependencies.

npm install

Then you can freely customize scripts in:

package.json

Release History

  • 1.0.1
    • Added functionality reacting to messages with no attachments

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Meta

Author – @PiotrMróz

Distributed under the MIT license. See LICENSE for more information.

https://github.com/ReformedMrozu

About

Czikiriki Bot, is an Discord bot designed to move sent files to designed channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published