mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Revert "fix: catch some discord bot errors"
This reverts commit 64f07a8c02.
This commit is contained in:
parent
64f07a8c02
commit
5410981beb
3 changed files with 17 additions and 31 deletions
|
|
@ -170,13 +170,7 @@ namespace Dalamud.Game {
|
|||
|
||||
var messageCopy = message;
|
||||
var senderCopy = sender;
|
||||
Task.Run(async () => {
|
||||
try {
|
||||
await this.dalamud.BotManager.ProcessChatMessage(type, messageCopy, senderCopy);
|
||||
} catch (Exception ex) {
|
||||
Log.Error(ex, "Could not process discord bot message.");
|
||||
}
|
||||
});
|
||||
Task.Run(() => this.dalamud.BotManager.ProcessChatMessage(type, messageCopy, senderCopy));
|
||||
|
||||
// Handle all of this with SeString some day
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue