update readme, add env and gitignore

This commit is contained in:
2025-07-06 17:47:09 +02:00
parent f0aa621745
commit 71099dd17c
3 changed files with 9 additions and 2 deletions

4
.env.template Normal file
View File

@ -0,0 +1,4 @@
DISCORD_TOKEN=
GUILD_ID=
CLIENT_ID=
DEV=

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.DS_Store
.env

View File

@ -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