forked from furtidev/the-farting-whale
14 lines
384 B
Markdown
14 lines
384 B
Markdown
|
# The Farting Whale
|
||
|
Simple Discord bot made for Poto cafe discord.
|
||
|
|
||
|
# Running
|
||
|
- Make sure you have Go installed on your machine.
|
||
|
- Clone the repository and CD into it.
|
||
|
- Make sure you have a `.env` file in the root of the folder with the following content:
|
||
|
```
|
||
|
DISCORD_BOT_TOKEN=<put your discord bot token here>
|
||
|
```
|
||
|
- Run the following command: `go run .`
|
||
|
|
||
|
# LICENSE
|
||
|
[MIT](./LICENSE)
|