Compare commits

..

No commits in common. "2764bb390b9bdb987863581505fe6a350db67171" and "4c436ccd8f90d23e3912de05dd9c74d0650904c0" have entirely different histories.

View file

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