mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-24 01:14:12 +00:00
Fix incorrect description in export command
This commit is contained in:
parent
6c498045b3
commit
228974c04f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public class BirthdayModule : BotModuleBase {
|
|||
}
|
||||
|
||||
[RequireBotModerator]
|
||||
[SlashCommand("export", HelpPfxModOnly + HelpCmdGet)]
|
||||
[SlashCommand("export", HelpPfxModOnly + HelpCmdExport)]
|
||||
public async Task CmdExport([Summary(description: "Specify whether to export the list in CSV format.")] bool asCsv = false) {
|
||||
if (!await HasMemberCacheAsync(Context.Guild)) {
|
||||
await RespondAsync(MemberCacheEmptyError).ConfigureAwait(false);
|
||||
|
|
Loading…
Reference in a new issue