Add files via upload

This commit is contained in:
2021-04-26 00:15:55 -07:00
committed by GitHub
commit 7d35527940
16 changed files with 7755 additions and 0 deletions

33
commands/commands.md Normal file
View File

@ -0,0 +1,33 @@
Codsworth Commands
Now Playing (c/np)
Queue system (c/queue, c/q)
Loop / Repeat (c/loop)
Shuffle (c/shuffle)
Volume control (c/volume, c/v)
Lyircs (c/lyrics, c/ly)
Pause (c/pause)
Resume (c/resume, c/r)
Skip (c/skip, c/s)
Skip to song # in queue (c/skipto, c/st)
Toggle pruning of bot messages (c/pruning)
Info About Codsworth (c/about, c/ab)
Shows Bots Ping (c/ping)
Shows Bots Uptime (c/uptime)
Move songs around in the queue (c/move, c/mv)
Help (c/help, c/h)

10
commands/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Codsworth</title>
</head>
<body>
<h1>This page is being worked on</h1>
<a class="dropdown-item" href="https://www.codsworth.xyz/cw/commands/commands.md">Commands</a>
</body>
</html>