An open API service indexing awesome lists of open source software.

https://github.com/explooosion/pipdiscordbot

this is a bot demo
https://github.com/explooosion/pipdiscordbot

bot discord discord-bot path-of-exile

Last synced: about 2 months ago
JSON representation

this is a bot demo

Awesome Lists containing this project

README

          

# PipDiscordBOT

Path of Exile Guild BOT

### **[╰ʕ •ᴥ•ʔ╮【良心商人】㊣正直公道最便宜都在這╭ʕ •ᴥ•ʔ╯](https://web.poe.garena.tw/guild/profile/119610)**

Chat bot for **Discord bot** .

## Using the Pip Bot

## Bot prefix
"!" (customizable)
```bash
!help
```
## Tech Stack

+ [discord.io](https://github.com/izy521/discord.io)
+ [winston](https://github.com/winstonjs/winston)

## Installation

You can create bot to your server.

```bash
git clone https://github.com/explooosion/PipDiscordBOT.git
```

```bash
cd PipDiscordBOT
```

```bash
npm install
```

## Usage

1. Copy file `.env.example` and rename to `.env`,
2. Set the `DISCORD_TOKEN`

```bash
npm start
```

## Reference

+ [Tutorial: Creating a simple Discord Bot](https://medium.com/@renesansz/tutorial-creating-a-simple-discord-bot-9465a2764dc0)

+ [Gitbook - discord.io](https://izy521.gitbooks.io/discord-io/content/)

+ [reactiflux/discord-irc](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token)