From 71099dd17c7a7094318b621699e9aa9014dc880c Mon Sep 17 00:00:00 2001 From: Niklas Amundsson Date: Sun, 6 Jul 2025 17:47:09 +0200 Subject: [PATCH] update readme, add env and gitignore --- .env.template | 4 ++++ .gitignore | 2 ++ README.md | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .env.template create mode 100644 .gitignore diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..07977a8 --- /dev/null +++ b/.env.template @@ -0,0 +1,4 @@ +DISCORD_TOKEN= +GUILD_ID= +CLIENT_ID= +DEV= \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7dfb30 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +.env \ No newline at end of file diff --git a/README.md b/README.md index e980b1e..68ad127 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +## Usage