- Support for all currently released Animal Crossing games (Gamecube, Wild World / City Folk, New Leaf, New Horizons)
- KK Slider perfomance on Saturdays from 8pm - 12am!
- Aircheck songs
- Supports your local timezone! (set by Discord voice channel Region)
- discord.py
- asyncio
- PyNaCl
- FFmpeg
To use this as a Discord bot, first create a Discord application and:
- Clone this repository
- In the Utils/Globals.py file, set the
TOKEN
value to your Discord application token - In the Utils/Globals.py file, set the
FFMPEG_EXECUTABLE
value to your FFmpeg executable
- This repo does not host any music from the Animal Crossing games, you will need to acquire these files yourself.
- The music files are to be placed in the
music/
folder in the folder of the respective games. - The hourly music filenames must represent the hour in 24 hour time, for example, the 5pm New Leaf music would be copied to
music/nl/
and be named1700.mp3
with a final path ofmusic/nl/1700.mp3
- The KK Slider and Aircheck music which go in the
music/kk
andmusic/aircheck
folders, do not need to be renamed.
By default, the bot's command prefix is !
[acmusic | ac] [game]
game
acceptable values are:
gc
Gamecubeww
Wild Worldcf
City Folknl
New Leafnh
New Horizonsaircheck
Aircheck songs
If no game argument is given, it will default to New Leaf
For example, !acmusic nh
, will play hourly music from the New Horizons game
If it happens to be Saturday and between the hours of 8pm and 12am, no matter which game
argument is used, KK Slider will perform a private concert just for you and your mates!
Head to this link and invite the bot to your Server