Fix incorrect description in export command

This commit is contained in:
Noi 2022-03-10 19:31:47 -08:00
parent 6c498045b3
commit 228974c04f

View file

@ -175,7 +175,7 @@ public class BirthdayModule : BotModuleBase {
} }
[RequireBotModerator] [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) { public async Task CmdExport([Summary(description: "Specify whether to export the list in CSV format.")] bool asCsv = false) {
if (!await HasMemberCacheAsync(Context.Guild)) { if (!await HasMemberCacheAsync(Context.Guild)) {
await RespondAsync(MemberCacheEmptyError).ConfigureAwait(false); await RespondAsync(MemberCacheEmptyError).ConfigureAwait(false);