Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maradotwebp/kean
:bust_in_silhouette: Made to make discord management easier.
https://github.com/maradotwebp/kean
bot discord discord-api discord-bot discord-js kean node-js nodejs
Last synced: 12 days ago
JSON representation
:bust_in_silhouette: Made to make discord management easier.
- Host: GitHub
- URL: https://github.com/maradotwebp/kean
- Owner: maradotwebp
- License: mit
- Created: 2017-05-19T13:16:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T13:02:42.000Z (over 5 years ago)
- Last Synced: 2024-11-29T01:43:10.345Z (2 months ago)
- Topics: bot, discord, discord-api, discord-bot, discord-js, kean, node-js, nodejs
- Language: JavaScript
- Homepage:
- Size: 7.87 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kean [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![codebeat badge](https://codebeat.co/badges/a2c92d65-be52-4f08-bec4-4644087f6831)](https://codebeat.co/projects/github-com-froehlicha-kean-master)
A Discord bot, providing various features to users. Uses [Discord.js](https://github.com/hydrabolt/discord.js).**REMEMBER: Until now, there is no permission checking implemented. Support is going to be added soon.**
## Features
This bot has the following commands available:
```
$$announce - Write a message to every channel on the server.
$$eval - Execute JS Code in Discord.
$$help - Get a neat little help page.
$$ping - Ping the bot. Used for testing purposes.
$$stats - Display stats about the bot.
$$userinfo - Get info about yourself.
$$vote - Create a vote.
```
Additionally, there are also the following features:
```
Displays a Hello message when a new user joins.
```## How to use
1. Download source files.
2. Create a new file called ```Token.json``` in the ```/config``` folder. The file path should now be ```/config/Token.json```.
3. Drop this code in there:
```
{
"token": "YOUR-BOT-TOKEN"
}
```
4. Replace YOUR-BOT-TOKEN with your application token. You can create a application [here](https://discordapp.com/developers/applications/me).
5. Download [node.js](https://nodejs.org/en/download/).
6. Open the node.js Command Shell and navigate to the project folder.
7. Enter the command ```node index.js```.