discord: add /time command.

This commit is contained in:
evazion
2021-03-18 21:44:28 -05:00
parent 1fd23c344a
commit f75b1ddb4a
2 changed files with 58 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ class DiscordSlashCommand
count: DiscordSlashCommand::CountCommand,
posts: DiscordSlashCommand::PostsCommand,
random: DiscordSlashCommand::RandomCommand,
time: DiscordSlashCommand::TimeCommand,
wiki: DiscordSlashCommand::WikiCommand,
}