You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.Context.Client.DebugLogger.LogMessage(LogLevel.Error,Strings.BotName,$"{e.Context.User.Username} tried executing '{e.Command?.QualifiedName??e.Context.Message.Content}' but it errored: {e.Exception.GetType()}: {e.Exception.Message??"<no message>"}",DateTime.Now);
149
+
e.Context.Client.DebugLogger.LogMessage(DSharpPlus.LogLevel.Error,Strings.BotName,$"{e.Context.User.Username} tried executing '{e.Command?.QualifiedName??e.Context.Message.Content}' but it errored: {e.Exception.GetType()}: {e.Exception.Message??"<no message>"}",DateTime.Now);
163
150
164
151
// let's check if the error is a result of lack of required permissions
0 commit comments