Update interview set feedback message
This commit is contained in:
parent
c12c17de41
commit
bb9ef65e42
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class InterviewTemplateCommands
|
||||||
await command.RespondAsync(new DiscordEmbedBuilder
|
await command.RespondAsync(new DiscordEmbedBuilder
|
||||||
{
|
{
|
||||||
Color = DiscordColor.Green,
|
Color = DiscordColor.Green,
|
||||||
Description = "Uploaded interview template."
|
Description = "Uploaded interview template for `\" + category.Name + \"`."
|
||||||
}, true);
|
}, true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue