From d7e9b1f94ddfc33874daf70e5fa53115ee176dbe Mon Sep 17 00:00:00 2001 From: Dark <7890309+DarkView@users.noreply.github.com> Date: Fri, 6 Mar 2020 15:00:18 +0100 Subject: [PATCH] Fix newline not working and changed from @ to userid in basic usage --- backend/src/plugins/LocateUser.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/src/plugins/LocateUser.ts b/backend/src/plugins/LocateUser.ts index a4027409..156fd494 100644 --- a/backend/src/plugins/LocateUser.ts +++ b/backend/src/plugins/LocateUser.ts @@ -90,7 +90,7 @@ export class LocatePlugin extends ZeppelinPlugin { extra: { info: { description: "Posts an instant invite to the voice channel that `` is in", - basicUsage: "!where @Dark", + basicUsage: "!w 108552944961454080", parameterDescriptions: { member: "The member that we want to find", }, @@ -120,18 +120,18 @@ export class LocatePlugin extends ZeppelinPlugin { extra: { info: { description: "Sets up an alert that notifies you any time `` switches or joins voice channels", - basicUsage: "!f @Dark", + basicUsage: "!f 108552944961454080", examples: trimPluginDescription(` To get an alert for 1 hour: \`!f 108552944961454080 -d 1h\` To get an alert for 2 hours and 30 minutes with the reminder "Earrape": - \`!f 108552944961454080 -d 2h30m Earrape\` - Note: The duration must be specified before the reminder, otherwise it will be part of it + \`!f 108552944961454080 -d 2h30m Earrape\` + *Note: The duration must be specified before the reminder, otherwise it will be part of it* To get an alert for 3 days and be moved to the channel: - \`!f 108552944961454080 -d 3d -a\` - Note: As with the duration, active must be specified before the rminder, otherwise it will be part of it + \`!f 108552944961454080 -d 3d -a\` + *Note: As with the duration, active must be specified before the rminder, otherwise it will be part of it* `), optionDescriptions: { duration: "How long the alert shall be active. The alert will be automatically deleted after this time",