From 8925920c96edc720f69cf0eb92ea0295c07e87ac Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 19 Sep 2021 08:39:38 -0700 Subject: [PATCH] Added new commands --- src/discord/Help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord/Help.ts b/src/discord/Help.ts index b518a38..1f2f43c 100644 --- a/src/discord/Help.ts +++ b/src/discord/Help.ts @@ -29,7 +29,7 @@ const EMBEDS = { }, { name: 'Available commands', - value: '``help``\n``ping``\n``invite``\n``membershipscreening (ms)``' + value: '``help``\n``ping``\n``invite``\n``osu``\n``membershipscreening (ms)``\n``interaction`' } ], user: (data instanceof Interaction) ? data.user : data.author