Here you will find all of Sexual Tigers commands. Use the tab at the top right, then the links on the left side bar to navigate.
ADS
ADS
All general admin commands.
Rebuilds the 'audio' gist. Rescans the entire DB and regenerates the list of songs..
$build_gist
$build_gist
Builds the sql table structure for first time setup.
$build_table
$build_table
Deletes all Song entries from the DB where the source file no longer exists.
$clean_db
$clean_db
Generates new Docs dynamically based on what commands exist and have a docs value.
$gen_docs
$gen_docs
THIS DOES NOT WORK ON THE LIVE BOT ON DIGITAL OCEAN. Grabs 100 animated images from google and stores them in the DB. A new tag must be made using the tag create command. Make sure your search terms are quoted. NOTE: This does NOT create the command to display the images.
$grab_pics -s "[search_terms]" -t [tag_name]
$grag_pics -s "anime clapping" -t clap
Grant a user access to a specific command.
$grant
$grant @Adam vup
Creates a new issue on the Github tracker.
$issue -t "[titel]" -b "[body] -l [label]
$issue -t "play command crashes bot" -b "When playing a song with a long name the bot crashes" -l bug
Probes all hashed audio files and updates their length in the database.
$probe_audio
$probe_audio
Refreshes a command so you can test changes.
$reload [command]
$reload gifs
Revoke a users access to a specific command or set of commands.
$revoke
$revoke @Adam vup
$revoke @Adam playlist
$revoke @Adam -c "playlist play"
Tell the bot to process any songs that have been FTP uploaded onto the server
$process_queued_uploads
$process_queued_uploads
All general Misc commands.
Removes the bot from the voice channel at all costs
$fuckoff
$fuckoff
Displays general usage info for commands. Not so good when looking for image commands.
$help [category]
$help admin
Displays the link to the Sexual Tiger website.
$home
$home
Pings the bot and has the bot acknowledge its alive.
$ping
$ping
Display how long the bot has been up.
$uptime
$uptime
Displays some general information about the user.
$whoami
$whoami
Converts Text to Speech using Google API. See https://cloud.google.com/speech-to-text/docs/languages for list of available language codes.
$tts [text to convert] | -t "text to convert" [-l LANG_CODE] [-r RATE]
$tts Hello fellow humans
$tts -t "Hello fellow humans" -r .5
$tts -t "Hello fellow humans" -l fr
$tts -t "erbrbrbrbrbrbrbrb" -l JA -r .25
All Pictures image commands.
Post an image of anime burn.
$burn
$burn
Post an image of anime cheer.
$cheer
$cheer
Post an image of anime clap.
$clap
$clap
Post an image of anime cry.
$cry
$cry
Post an image of anime dance.
$dance
$dance
Post an image of anime death.
$death
$death
Post an image of anime flex.
$flex
$flex
Post an image of anime flip.
$flip
$flip
Grab a random image from Giphy with the specified tags, or completely random if no tags
$gif [tags]
$gif jump
Grab a random image from Giphy with the requested search terms
$gifs [words to search]
$gifs jump
Post an image of anime goodbye.
$goodbye
$goodbye
Post an image of anime Halloween.
$halloween
$halloween
Post an image of anime hug.
$hug
$hug
This command has no direct usage.
$image
$n/a
Post an image of anime kiss.
$kiss
$kiss
Post an image of anime laugh.
$laugh
$laugh
Post an image of anime lewd.
$lewd
$lewd
Post an image of anime nosebleed.
$nosebleed
$nosebleed
Post an image of anime nuke.
$nuke
$nuke
Post an image of anime pat.
$pat
$pat
Create a Pocket Monster
$pokemon
$pokemon
Post an image of anime pout.
$pout
$pout
Post an image of anime punch.
$punch
$punch
Post an image of anime rage.
$rage
$rage
Post an image of anime rock.
$rock
$rock
Post an image of anime scared.
$scared
$scared
Post an image of anime slap.
$slap
$slap
Post an image of anime sleep.
$sleep
$sleep
Post an image of anime smug.
$smug
$smug
Post an image of anime sorry.
$sorry
$sorry
Post an image of anime sports.
$sports
$sports
This command has no direct usage.
$tag
$n/a
Post an image of anime tigerfucking.
$tigerfucking
$tigerfucking
Post an image of anime wave.
$wave
$wave
Grab a XKCD image
$xckd [comic_id]
$xkcd
$xkcd 614
All image image commands.
Add a new image to the database.
$image add [url] [...tag_name, tag_name, tag_name]
$image add http://coolimages.com/coolimage.jpg flex
$image add http://coolimages.com/coolimage.jpg clap slap flip
Retag an image in the database. This will remove the tag that triggered the image in the first place, and add the new tags in its place. To get message_id, Go to Discord Settings -> Appearance -> Toggle Developer Mode on. Then right click image/post and click 'Copy Id'
$image retag [message_id] [...tag_name, tag_name, tag_name]
$image retag 433008356190322688 punch
$image retag 433008356190322688 punch flex
Tag an image in the database. You can only add pre-existing tags using this command. To get message_id, Go to Discord Settings -> Appearance -> Toggle Developer Mode on. Then right click image/post and click 'Copy Id'
$image tag [message_id] [...tag_name, tag_name, tag_name]
$image tag 433008356190322688 punch
$image tag 433008356190322688 punch flex
Untag an image in the database. This will remove the tag that trigger the image to be posted. If the image has no more tags, the image will be deleted. To get message_id, Go to Discord Settings -> Appearance -> Toggle Developer Mode on. Then right click image/post and click 'Copy Id'
$image untag [message_id]
$image untag 433008356190322688
All tag image commands.
Create a new Tag in the database. Tag names must be 1 word. Use this before grab_pics when adding a new set of images.
$tag create [tag_name]
$tag create dance
All general music commands.
Display the link to the Gist that contains info on all the songs in the DB.
$audio
$audio
Download a video from a website and add the audio to the bot. All supported sites can be found here, https://ytdl-org.github.io/youtube-dl/supportedsites.html
$download [url]
$download https://www.youtube.com/watch?v=U9t-slLl30E
$download https://soundcloud.com/exploita/mr-krabs-robot-dance
Pauses the currently playing song.
$pause
$pause
Play a song by name or ID. If a number is specified an ID lookup is assumed. Otherwise a search is performed for the entered value. If an exact match or only 1 close match is found the clip is played. Otherwise a list of options is displayed.
$$play [song_identifier]
$$play Wagon Wheel
$$play 1650
Playlist is a parent command and has no use alone.
$$playlist
$n/a
Make the bot stay in the channel after it is done playing a clip. Presence command acts as a toggle..
$presence
$presence
Queue a song by name or ID. If a number is specified an ID lookup is assumed. Otherwise a search is performed for the entered value. If an exact match or only 1 close match is found the clip is played. Otherwise a list of options is displayed.
$$queue [song_identifier]
$$queue Wagon Wheel
$$queue 1650
Repeats the current song/playlist when the song/playlist ends.
$repeat
$repeat
Resumes playing a previously paused song where it left off.
$resume
$resume
Shuffle the current song queue or replace the song queue with a shuffled playlist.
$shuffle [playlist_identifier]
$shuffle
$shuffle 14
$shuffle viscera
Skip to the next song in the queue.
$skip
$skip
Display the currently playing songs name and id.
$song
$song
Stops any playing audio and empties the queue.
$stop
$stop
Upload a song to the bot so it can be played back. Max file size is 8MB due to discord limitations. Most audio and video formats accepted. Upload a file and type the command as the comment on the upload.
$upload
$upload
Turn down the volume the bot is playing at.
$vdown
$vdown
Display the current volume the bot is set to.
$volume
$volume
Turn up the volume the bot is playing at. There is a max volume, so dont be an ass.
$vup
$vup
Induce anxiety by playing some Wii music......
$$wii
$$wii
Download a video from youtube and add the audio to the bot
$youtube [youtube_url]
$youtube https://www.youtube.com/watch?v=U9t-slLl30E
All playlists music commands.
Add a song(s) to a playlist.
$playlist add -p [playlist_id] -s [song_id]
$playlist add -p 2 -s 74
$playlist add -p 2 -s 74 -s 66 -s 12
Create a new playlist.
$playlist create [playlist_name]
$playlist create Royalty Free
Delete a playlist. Can delete by ID or name. Name must match exactly.
$playlist delete [playlist_identifer]
$playlist delete 14
$playlist delete DubStep
List all playlists
$playlist list
$playlist list
Play a playlist by identifier
$playlist play [playlist_identifier]
$playlist play Viscera
$playlist play 5
Queue a playlist by identifier
$playlist queue [playlist_identifier]
$playlist queue Viscera
$playlist queue 5
Remove a song from a playlist. If the song occurs more than once, the last occurence is removed.
$playlist remove [playlist_identifier] | [song_identifier]
$playlist remove Viscera | Goo
$playlist play 5
All song music commands.
Deletes a song from the database. The song must not be on a playlist, and songs can only be deleted by the user that uploaded them.
$song delete
$song delete 66
Rename a song in the database. Song names can not be integers.
$song rename -i [song_id] -n '[new_song_name]'
$song rename -i 66 -n 'Shrektastic'
Get the most played songs in the database. A number is optional, if no number is specified, Top 5 are returned. 1-10 are allowed.
$song top [#]'
$song top
$song top 7