Skip to content

A Discord bot that notifies you when a new anime episode has aired

License

Notifications You must be signed in to change notification settings

TehNut/AniSchedule

Repository files navigation

AniSchedule Latest Release

A Discord bot that uses the AniList API to retrieve the airing schedule for configured anime and sends a message when a new episode has aired.

Example Announcement Example Announcement

Running Locally

Make sure you have Node.js installed.

Run these commands to get the project locally:

git clone https://github.com/TehNut/AniSchedule.git # or clone your own fork
cd AniSchedule
npm install
npm run build

Create a new .env file in the root directory of the project (the same directory as this README) with the following property:

BOT_TOKEN=$TOKEN

$TOKEN should be the bot token obtained from Discord's developer panel.

Finally, run npm start to start the bot.

Commands

Commands should be prefixed by the prefix set for your server. The default prefix is ?as. If you wish to change the prefix for your server, run ?asprefix <prefix>.

eg: If your prefix is ?as, the command would be ?aswatch.

For a list of commands, run ?ashelp. To get help with a specific command, you can run ?ashelp <command> (Don't use the prefix).

Some commands require specific permissions. To set the permission level for your server, run ?aspermission <permission>.