grim/wasdead

Parents 9f643ad21dbb
Children d1fe5f94e2b3
hide the youtube command as it doesn't quite work correctly and I don't want to fix it right now
--- a/discord/commands.go Sat Sep 26 04:38:41 2020 -0500
+++ b/discord/commands.go Sat Sep 26 04:41:02 2020 -0500
@@ -25,7 +25,7 @@
Status StatusCmd `kong:"cmd,help='get the streaming status of someone'"`
Twitch TwitchCmd `kong:"cmd,help='check if someone is streaming on twitch'"`
Uptime UptimeCmd `kong:"cmd,help='display how long the bot has been running for'"`
- Youtube YoutubeCmd `kong:"cmd,help='check if someone is streaming on youtube'"`
+ Youtube YoutubeCmd `kong:"cmd,help='check if someone is streaming on youtube',hidden"`
}
type Order66Cmd struct{}