From 6ddee695134cad48182f955d5a2a35d846cbbf2c Mon Sep 17 00:00:00 2001 From: James Harris Date: Sat, 13 May 2023 17:24:17 +0100 Subject: [PATCH] feat(about): add random command and remove verify command (#152) --- src/commands/about.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/commands/about.ts b/src/commands/about.ts index fda4b4f8..00c908c2 100644 --- a/src/commands/about.ts +++ b/src/commands/about.ts @@ -21,15 +21,15 @@ export const about: Command = { run: async interaction => { const commands = [ `${bold(inlineCode('/about'))} to see this message again`, - `${bold(inlineCode('/verify'))} to link your Steam account to Discord`, - `${bold(inlineCode('/user'))} to get information about a user`, `${bold( inlineCode('/level') )} to get information about a level (or list levels)`, - `${bold(inlineCode('/ranking'))} to get the world record leaderboard`, + `${bold(inlineCode('/random'))} to get information about a random level`, + `${bold(inlineCode('/rankings'))} to get the world record leaderboard`, `${bold( inlineCode('/recent') - )} to get the most recent personal best records` + )} to get the most recent personal best records`, + `${bold(inlineCode('/user'))} to get information about a user` ] const embed = new EmbedBuilder() @@ -53,7 +53,7 @@ export const about: Command = { name: 'About the Bot', value: `The discord bot is built by <@104736549081468928> and is open-source on ${hyperlink( 'GitHub', - 'https://github.com/wopian/zeepkist-bot' + 'https://github.com/zeepkist/zeepkist-bot' )}\n\nYou can support the development of the bot and their other open-source projects on ${hyperlink( 'Ko-fi/wopian', 'https://ko-fi.com/wopian'