@@ -514,7 +514,7 @@ func (p *Portal) handleDiscordMessageDelete(user *User, msg *discordgo.Message)
|
|||||||
if p.Type == discordgo.ChannelTypeDM {
|
if p.Type == discordgo.ChannelTypeDM {
|
||||||
intent = p.bridge.GetPuppetByID(p.DMUser).IntentFor(p)
|
intent = p.bridge.GetPuppetByID(p.DMUser).IntentFor(p)
|
||||||
} else {
|
} else {
|
||||||
p.log.Errorfln("no guilds yet...")
|
intent = p.MainIntent()
|
||||||
}
|
}
|
||||||
|
|
||||||
if existing != nil {
|
if existing != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user