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
- Host: GitHub
- URL: https://github.com/explooosion/pipdiscordbot
- Owner: explooosion
- Created: 2018-02-18T08:35:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T10:33:36.000Z (about 8 years ago)
- Last Synced: 2025-01-24T22:11:34.764Z (over 1 year ago)
- Topics: bot, discord, discord-bot, path-of-exile
- Language: JavaScript
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)