Timmy is a music bot that plays attachments, youtube, soundcloud and spotify.
You can play sound files either by using attachments or a URL. Timmy will join your current channel and play that file if it is valid.
Following formats are supported:
* using ytdl-core
Following commands are available:
* These commands require MANAGE_GUILD Permission or need to be executed by an administrator of Timmy
Timmy reacts to every command using the prefix (default is t!) or by @mentioning.
t!play <URL> or t!play <attachment>
You can also mention timmy and omit the play command:
@Timmy <attachment or URL>
t!play https://www.youtube.com/watch?v=oHg5SJYRHA0
Sometimes you want to overide the queue to play your favourite song, to do this you can run
t!playnext <URL or attachment> or t!n <URL or attachment>
which adds this url or attachment to queue after current playing track.
t!playnext https://www.youtube.com/watch?v=oHg5SJYRHA0
t!stop
t!pause or t!p
t!resume or t!r
You can skip the current playing file, if there are more files in the queue:
t!skip or t!s
t!now or t!np
t!queue or t!q
t!remove <index> or t!rm <index>
t!remove 3 (removes the third track from the queue)
t!clear or t!c
t!volume <number> or t!v <number>
t!volume 0.25 (sets volume to 25%)
You can display stats of the bot and your server's playback:
t!stats
This bot allows you to do certain actions that are considered security relevant. For those commands you might want to set a custom list of administrators (mods) that are permitted to execute these commands.
This command requires MANAGE_GUILD Permission or administrator status by Timmy
t!promote <user(s)> or su <user(s)>
t!promote @user (promotes @user as administrator who may execute all commands)
Sometimes you might make a mistake in promoting users, or you might want to revoke permissions.
This command requires MANAGE_GUILD Permission or administrator status by Timmy
t!degrade <user(s)> or t!d <user(s)>
t!degrade @user (degrades @user and removes them from administrator list)
Yes! This is absolutely possible!
This command requires MANAGE_GUILD Permission or administrator status by Timmy
t!prefix <prefix> or t!pr <prefix>
t!prefix do (sets Timmy's prefix to do)
t!help or t!h (displays general help of the bot)
t!help <command> or t!h <command> (displays help of <command>)
t!help play (displays help of play)