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