Our bot for our Discord server.
Credits: art by Sen_Yomi
- python3.5 or higher
- pip
- requests
- youtube-dl
- discord.py for python (see here for dependencies)
~ $ python3 -m pip install -U --user discord.py[voice]
~ $ python3 -m pip install -U --user youtube-dl
~ $ python3 -m pip install -U --user requests
~ $ python3 senpai.py -t [discord_bot_token]
** all commands must prefix with !senpai **
- !8ball : answers a yes/no question given by a user.
- coin : returns heads or tails
- guess : game where user guesses a number between 1 and 10
- daily : grabs the latest post/image from a supporting image board. currently supports: danbooru, yandere, konachan and gelbooru.
- play:
- <YouTube URL> : streams the youtube video into the channel the user is currently in.
if another video is already playing, video will be added to queue.
- <YouTube URL> : streams the youtube video into the channel the user is currently in.
- queue: shows the queue of videos
- skip : skip to next video
- pause : pause video
- resume : resume video
- stop : clears the queue, and leaves the voice channel
- playlocal <YouTube URL> : pre downloads the youtube video and converts it to a .wav file in an attempt to minimize audio stutter during playback. After download is complete, video will either be played or queued.
- localqueue: shows the queue of local videos
