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:
- mp3
- ogg
- mp4
- webm
- soundcloud
- youtube*
- spotify*
* using ytdl-core
Following commands are available:
- play
- playnext
- stop
- pause
- resume
- skip
- now
- queue
- remove
- clear
- volume
- stats
- promote*
- degrade*
- prefix*
- help
* 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
<br>
Playing files - Ignoring QueueSometimes 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.
example:t!playnext https://www.youtube.com/watch?v=oHg5SJYRHA0
<br>
Stopping Playbackt!stop
<br>
Pausing Playbackt!pause
or t!p
<br>
Resuming Playbackt!resume
or t!r
You can skip the current playing file, if there are more files in the queue:
t!skip
or t!s
<br>
Now Playingt!now
or t!np
<br>
Queuet!queue
or t!q
<br>
Removing Files from Queuet!remove <index>
or t!rm <index>
t!remove 3
(removes the third track from the queue)
<br>
Clearing Queuet!clear
or t!c
<br>
Setting Playback Volumet!volume <number>
or t!v <number>
t!volume 0.25
(sets volume to 25%)
<br>
Retrieving StatsYou can display stats of the bot and your server’s playback:
t!stats
<br>
AdministrationThis 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
)