mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
Add redirect message for member help command
This commit is contained in:
parent
defbf37cfe
commit
967b4f9ae0
1 changed files with 9 additions and 0 deletions
|
|
@ -18,6 +18,15 @@ namespace PluralKit.Bot.Commands
|
||||||
"The proxy help page has been moved! See the website: https://pluralkit.me/guide#proxying");
|
"The proxy help page has been moved! See the website: https://pluralkit.me/guide#proxying");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Command("member")]
|
||||||
|
[Priority(1)]
|
||||||
|
[Remarks("help member")]
|
||||||
|
public async Task HelpMember()
|
||||||
|
{
|
||||||
|
await Context.Channel.SendMessageAsync(
|
||||||
|
"The member help page has been moved! See the website: https://pluralkit.me/guide#member-management");
|
||||||
|
}
|
||||||
|
|
||||||
[Command]
|
[Command]
|
||||||
[Remarks("help")]
|
[Remarks("help")]
|
||||||
public async Task HelpRoot([Remainder] string _ignored = null)
|
public async Task HelpRoot([Remainder] string _ignored = null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue