update readme, add env and gitignore
This commit is contained in:
4
.env.template
Normal file
4
.env.template
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
DISCORD_TOKEN=
|
||||||
|
GUILD_ID=
|
||||||
|
CLIENT_ID=
|
||||||
|
DEV=
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.DS_Store
|
||||||
|
.env
|
@ -1,3 +1,4 @@
|
|||||||
# discord-bot
|
# AniList Discord Bot
|
||||||
|
A [UNOFFICIAL] Discord bot to search the AniList website and get release reminders. It started off as a fork of the [AniList/discord-search-bot](https://github.com/AniList/discord-search-bot) repository.
|
||||||
|
|
||||||
A Discord bot to search the AniList website and get release reminders.
|
## Usage
|
||||||
|
Reference in New Issue
Block a user