From 44521f4560dc8b0bab055685437d8fa65a34377f Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 21 Oct 2021 23:35:13 -0400 Subject: misc --- src/commands/leveling/level.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/commands/leveling/level.ts') diff --git a/src/commands/leveling/level.ts b/src/commands/leveling/level.ts index 4d7adb3..219aab1 100644 --- a/src/commands/leveling/level.ts +++ b/src/commands/leveling/level.ts @@ -56,13 +56,7 @@ export default class LevelCommand extends BushCommand { return await message.util.reply( `${util.emojis.error} This command can only be run in servers with the leveling feature enabled.${ message.member?.permissions.has('MANAGE_GUILD') - ? ` You can toggle features using the \`${ - message.util.isSlash - ? '/' - : client.config.isDevelopment - ? 'dev ' - : message.util.parsed?.prefix ?? client.config.prefix - }features\` command.` + ? ` You can toggle features using the \`${util.prefix(message)}features\` command.` : '' }` ); -- cgit