.reroadd error message improved

This commit is contained in:
Toastie 2024-07-29 19:00:25 +12:00
parent 1df8f092fe
commit efa71c0233
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
2 changed files with 3 additions and 2 deletions
src/EllieBot/Modules/Administration/Role

View file

@ -33,7 +33,7 @@ public partial class Administration
var msg = await ctx.Channel.GetMessageAsync(messageId);
if (msg is null)
{
await Response().Error(strs.not_found).SendAsync();
await Response().Error(strs.rero_message_not_found).SendAsync();
return;
}