Skip to content

rockerle/discordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

My Discord utility bot based on the discord.py python library

Bot Slash Commands

Command Description Parameters & Usage Notes
/play Play a song from YouTube url (YouTube link)
/play https://youtube.com/watch?v=xxxxxx
Must be in a voice channel
/pause Pause or resume the currently played song (none)
/skip Skip to the next song (none)
/stop Stop playing and disconnect from voice (none) Clears queue
/queue Show the current song queue (none) Shows up to 10 items
/clear Clears the music queue (none)
/post Download and post a song file url (YouTube link)
/post https://youtube.com/watch?v=xxxxxx
Discord file size limit: 10MB
/ascii Make ASCII art src (image/file URL), width, threshold, invert, top, bottom, invtext (all optional except src)
/ascii https://m.media-amazon.com/images/I/71I9bVulvgL.png width=25 invert=True top="ASCII" bottom="FROG"
https://imgur.com/zAAWH4z
/test Echo command for testing text (string)
/test hello world
Owner only
/sync Sync command tree (owner only) (none) Owner only

About

a repo to test my published action with my discord bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors