Пример #1
0
 public virtual Task SetAlertChannel(SocketTextChannel channel)
 {
     try
     {
         return(_service.SetAlertChannel(Context.Guild, channel));
     }
     catch (SqliteException e)
     {
         Context.Message.AddReactionAsync(new Emoji("❌"));
         return(Task.FromException(e));
     }
 }