Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Jan 12, 2025
1 parent 0371443 commit b9ad4b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/FMBot.Bot/TextCommands/ImportCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ public async Task ImportSpotifyAsync([Remainder] string _ = null)
this.Context.LogCommandUsed(response.CommandResponse);
}

[Command("importmodify", RunMode = RunMode.Async)]
[Summary("Allows you to modify your .fmbot imports")]
[Alias("modifyimport", "importsmodify", "modifyimports", "import modify")]
[CommandCategories(CommandCategory.UserSettings)]
// [Command("importmodify", RunMode = RunMode.Async)]
// [Summary("Allows you to modify your .fmbot imports")]
// [Alias("modifyimport", "importsmodify", "modifyimports", "import modify")]
// [CommandCategories(CommandCategory.UserSettings)]
[UsernameSetRequired]
public async Task ModifyImportAsync([Remainder] string confirmation = null)
{
Expand Down

0 comments on commit b9ad4b3

Please sign in to comment.