Пример #1
0
 public async Task Uwuify([Remainder] string text)
 {
     if (!MessagingUtils.CheckForPings(text))
     {
         await ReplyAsync(FunService.Uwuify(text));
     }
     else
     {
         await ReplyAsync($"{MessagingUtils.NoPermissionEmote} You can't ping everyone.");
     }
 }