mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
change: .reroadd error message improved
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user