Go to file
benji7425 cf33b8b14d git subrepo pull (merge) discord-bot-core
subrepo:
  subdir:   "discord-bot-core"
  merged:   "d1f015c"
upstream:
  origin:   "git@github.com:benji7425/discord-bot-core.git"
  branch:   "master"
  commit:   "c4f07d0"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
2017-09-14 21:54:21 +01:00
.vscode Sqaush merge and adapt for template update using shared core code 2017-09-14 13:09:47 +01:00
app Refactor some areas for simplicity 2017-09-14 14:02:38 +01:00
discord-bot-core git subrepo pull (merge) discord-bot-core 2017-09-14 21:54:21 +01:00
.gitignore Sqaush merge and adapt for template update using shared core code 2017-09-14 13:09:47 +01:00
.npmrc Sqaush merge and adapt for template update using shared core code 2017-09-14 13:09:47 +01:00
CHANGELOG.md Sqaush merge and adapt for template update using shared core code 2017-09-14 13:09:47 +01:00
README.md Sqaush merge and adapt for template update using shared core code 2017-09-14 13:09:47 +01:00
_config.yml Set theme jekyll-theme-midnight 2017-09-11 19:39:40 +01:00
package.json Sqaush merge and adapt for template update using shared core code 2017-09-14 13:09:47 +01:00

README.md

Template README

Summary goes here

Features

  • Feature 1
  • Feature 2
  • Feature 3

Invite

By inviting this bot to your server you agree to the terms and conditions laid out in the privacy section of this document.
If you agree, invite to your server with this link.

Setup

You can ask the bot for help with commands by typing @bot help

Use case 1

@bot command <params>
Explanation

Example: @bot command example-param

Permissions

The bot requires certain permissions, which you are prompted for on the invite screen. Each permission has a reason for being required, explained below.

Permission Reason
Read messages Detect when you use commands
Send messages Respond when you use commands

Privacy statement

In accordance with the Discord developer Terms of Service, by inviting this bot to your Discord server you agree that this bot may collect and store the relevant data needed to function, including but not limited to:

  • Details about the server being joined (server name, server ID, server roles and permissions)
  • Details about the users in the server (usernames, nicknames and user IDs)
  • The contents of messages necessary to function (invoked commands and their parameters)

This bot will only collect data which is necessary to function.
No data collected will be shared with any third parties.

Should you wish for the data stored about your server to be removed, please contact me via my support Discord server and I will oblige as soon as I am able. Please note that this will require you to remove the bot from your server.

Want to host your own instance?

  1. Clone the repository, or download and extract the zip file (preferrably from the release page)
  2. Make sure you have npm and git installed
  3. Run npm install
  4. Add token.json in the root folder: { "token": "your-token-goes-here" }
  5. Run npm start

Need help?

I am available for contact via my support Discord server. I will always do my best to respond, however I am often busy so can't always be available right away, and as this is a free service I may not always be able to resolve your query.