-
Notifications
You must be signed in to change notification settings - Fork 10
/
module_modo.lua
888 lines (762 loc) · 24.2 KB
/
module_modo.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
-- Copyright (C) 2018 Jérôme Leclercq
-- This file is part of the "Not a Bot" application
-- For conditions of distribution and use, see copyright notice in LICENSE
local client = Client
local discordia = Discordia
local bot = Bot
local enums = discordia.enums
local bit = require("bit")
Module.Name = "modo"
function Module:GetConfigTable()
return {
{
Name = "Trigger",
Description = "Triggering emoji",
Type = bot.ConfigType.Emoji,
Default = "modo"
},
{
Name = "AlertChannel",
Description = "Channel where alerts will be posted",
Type = bot.ConfigType.Channel,
Default = ""
},
{
Array = true,
Name = "ImmunityRoles",
Description = "Roles immune to moderators reactions",
Type = bot.ConfigType.Role,
Default = {}
},
{
Name = "ModeratorPingThreshold",
Description = "How many moderation emoji reactions are required to trigger a moderator ping (0 to disable)",
Type = bot.ConfigType.Integer,
Default = 5
},
{
Name = "ModeratorRole",
Description = "Which role should be pinged when a message reach the moderator ping threshold",
Type = bot.ConfigType.Role,
Default = ""
},
{
Name = "MuteThreshold",
Description = "How many moderation emoji reactions are required to auto-mute the original poster (0 to disable)",
Type = bot.ConfigType.Integer,
Default = 10
},
{
Name = "MuteDuration",
Description = "Duration of auto-mute",
Type = bot.ConfigType.Duration,
Default = 10 * 60
},
{
Name = "MuteRole",
Description = "Auto-mute role to be applied (no need to configure its permissions)",
Type = bot.ConfigType.Role,
Default = ""
}
}
end
function Module:OnLoaded()
self.Clock = discordia.Clock()
self.Clock:on("min", function ()
local now = os.time()
self:ForEachGuild(function (guildId, config, data, persistentData)
local guild = client:getGuild(guildId)
if (guild) then
for userId,endTime in pairs(persistentData.MutedUsers) do
if (now >= endTime) then
self:Unmute(guild, userId)
end
end
end
end)
end)
return true
end
function Module:OnReady()
self.Clock:start()
end
function Module:OnEnable(guild)
local config = self:GetConfig(guild)
local mentionEmoji = bot:GetEmojiData(guild, config.Trigger)
if (not mentionEmoji) then
return false, "Emoji \"" .. config.Trigger .. "\" not found (check your configuration)"
end
local alertChannel = guild:getChannel(config.AlertChannel)
if (not alertChannel) then
return false, "Alert channel not found (check your configuration)"
end
local data = self:GetPersistentData(guild)
data.MutedUsers = data.MutedUsers or {}
data.ReportedMessages = data.ReportedMessages or {}
data.AlertMessages = data.AlertMessages or {}
self:LogInfo(guild, "Checking mute role permission on all channels...")
if (config.MuteRole) then
local mutedRole = guild:getRole(config.MuteRole)
if (mutedRole) then
for _, channel in pairs(guild.textChannels) do
self:CheckTextMutePermissions(channel)
end
for _, channel in pairs(guild.voiceChannels) do
self:CheckVoiceMutePermissions(channel)
end
else
self:LogError(guild, "Invalid muted role")
config.MuteRole = nil
self:SaveGuildConfig(guild)
end
else
self:LogWarning(guild, "No mute role has been set")
end
return true
end
function Module:OnUnload()
if (self.Clock) then
self.Clock:stop()
end
end
function Module:CheckTextMutePermissions(channel)
local config = self:GetConfig(channel.guild)
local mutedRole = channel.guild:getRole(config.MuteRole)
if (not mutedRole) then
self:LogError(channel.guild, "Invalid muted role")
return
end
local permissions = channel:getPermissionOverwriteFor(mutedRole)
assert(permissions)
local deniedPermissions = permissions:getDeniedPermissions()
-- :enable here just sets the bit, disabling the permissions
deniedPermissions:enable(enums.permission.addReactions, enums.permission.sendMessages, enums.permission.usePublicThreads, enums.permission.sendMessagesInThreads)
if permissions:getAllowedPermissions() ~= discordia.Permissions() or permissions:getDeniedPermissions() ~= deniedPermissions then
permissions:setPermissions('0', deniedPermissions)
end
end
function Module:CheckVoiceMutePermissions(channel)
local config = self:GetConfig(channel.guild)
local mutedRole = channel.guild:getRole(config.MuteRole)
if (not mutedRole) then
self:LogError(channel.guild, "Invalid muted role")
return
end
local permissions = channel:getPermissionOverwriteFor(mutedRole)
assert(permissions)
local deniedPermissions = permissions:getDeniedPermissions()
-- :enable here just sets the bit, disabling the permissions
deniedPermissions:enable(enums.permission.speak)
if permissions:getAllowedPermissions() ~= discordia.Permissions() or permissions:getDeniedPermissions() ~= deniedPermissions then
permissions:setPermissions('0', deniedPermissions)
end
end
local function GenerateJumpToComponents(message)
return {
type = enums.componentType.actionRow,
components = {
{
type = enums.componentType.button,
style = enums.buttonStyle.link,
url = bot:GenerateMessageLink(message),
label = "Jump to message"
}
}
}
end
function Module:HandleEmojiAdd(userId, message)
if (message.author.bot) then
-- Ignore bot
return
end
local messageMember = message.member
if (not messageMember) then
-- Ignore PM
return
end
local guild = message.guild
local config = self:GetConfig(guild)
for _, roleId in pairs(config.ImmunityRoles) do
if (messageMember:hasRole(roleId)) then
return
end
end
local alertChannel = client:getChannel(config.AlertChannel)
if not alertChannel then
self:LogError(channel.guild, "Failed to get alert channel")
return
end
local data = self:GetPersistentData(guild)
local reportedMessage = data.ReportedMessages[message.id]
if (reportedMessage) then
-- Check if user already reported this message
if (table.search(reportedMessage.ReporterIds, userId)) then
return
end
-- Update alert message embed
table.insert(reportedMessage.ReporterIds, userId)
local reporters = {}
for _,reporterId in pairs(reportedMessage.ReporterIds) do
local user = client:getUser(reporterId)
table.insert(reporters, user and user.mentionString or "<failed to get user>")
end
reportedMessage.Embed.title = #reporters .. " users reported a message"
reportedMessage.Embed.fields[2].name = "Reporters"
reportedMessage.Embed.fields[2].value = table.concat(reporters, "\n")
local alertMessage = alertChannel:getMessage(reportedMessage.AlertMessageId)
if (alertMessage) then
alertMessage:setEmbed(reportedMessage.Embed)
end
if not reportedMessage.Dismissed then
local reporterCount = #reporters
if (config.MuteThreshold > 0 and reporterCount >= config.MuteThreshold and not reportedMessage.MuteApplied) then
-- Auto-mute
if (config.muteRole) then
local reportedUser = client:getUser(reportedMessage.ReportedUserId)
if (self:Mute(guild, reportedMessage.ReportedUserId)) then
local durationStr = util.DiscordRelativeTime(config.MuteDuration)
alertChannel:send({
content = string.format("%s has been auto-muted %s", reportedUser.mentionString, durationStr),
reference = alertMessage and {
message = alertMessage.id
} or nil
})
message.channel:send(string.format("%s has been auto-muted for %s due to reporting", reportedUser.mentionString, durationStr, messageLink))
else
alertChannel:send({
content = string.format("Failed to mute %s", reportedUser.mentionString),
reference = alertMessage and {
message = alertMessage.id
} or nil
})
end
end
reportedMessage.MuteApplied = true
end
if (config.ModeratorPingThreshold > 0 and reporterCount >= config.ModeratorPingThreshold and not reportedMessage.ModeratorPinged) then
-- Ping moderators
local moderatorRole = guild:getRole(config.ModeratorRole)
if (moderatorRole) then
alertChannel:send({
content = string.format("A message has been reported %d times %s\n<%s>", reporterCount, moderatorRole.mentionString, messageLink),
reference = alertMessage and {
message = alertMessage.id
} or nil
})
end
reportedMessage.ModeratorPinged = true
end
end
else
local reporterUser = client:getUser(userId)
local content = message.cleanContent
if (#content > 800) then
content = content:sub(1, 800) .. "...<truncated>"
end
if (not content or #content == 0) then
content = "<empty>"
end
local embedContent = {
title = "One user reported a message",
fields = {
{
name = "Reported user",
value = message.author.mentionString,
inline = true
},
{
name = "Reporter",
value = reporterUser.mentionString,
inline = true
},
{
name = "Message channel",
value = message.channel.mentionString
},
{
name = "Message content",
value = content
},
{
name = "Action history",
value = "None"
}
},
timestamp = discordia.Date():toISO('T', 'Z')
}
local actionButtons = {
{
type = enums.componentType.button,
custom_id = "alertmodule_dismiss",
style = enums.buttonStyle.secondary,
label = "Dismiss alert",
emoji = { name = "🔇" }
},
{
type = enums.componentType.button,
custom_id = "alertmodule_deletemessage",
style = enums.buttonStyle.primary,
label = "Delete message",
emoji = { name = "🗑️" }
}
}
local components = { GenerateJumpToComponents(message) }
table.insert(components, {
type = enums.componentType.actionRow,
components = actionButtons
})
if (Bot:GetModuleForGuild(guild, "modmail")) then
table.insert(actionButtons, {
type = enums.componentType.button,
custom_id = "alertmodule_modmail",
style = enums.buttonStyle.primary,
label = "Open a modmail ticket",
emoji = { name = "⚠️" }
})
end
do
-- Mute
local muteDurations = { 10 * 60, 60 * 60, 6 * 60 * 60, 24 * 60 * 60, 0 }
local options = {}
for _, duration in pairs(muteDurations) do
table.insert(options, {
label = duration > 0 and "Mute for " .. util.FormatTime(duration) or "Mute indefinitely",
value = tostring(duration)
})
end
table.insert(components, {
type = enums.componentType.actionRow,
components = {
{
type = enums.componentType.stringSelect,
custom_id = "alertmodule_mute",
placeholder = "🙊 Mute member",
disabled = Bot:GetModuleForGuild(guild, "mute") == nil,
options = options
}
}
})
end
local tempBanAvailable = Bot:GetModuleForGuild(guild, "mute") ~= nil
do
-- Ban
local banDurations = { 60 * 60, 6 * 60 * 60, 24 * 60 * 60, 7 * 24 * 60 * 60 }
local options = {}
for _, duration in pairs(banDurations) do
table.insert(options, {
label = "Ban for " .. util.FormatTime(duration),
value = tostring(duration),
disabled = not tempBanAvailable
})
end
table.insert(options, {
label = "Ban permanently",
value = "0"
})
table.insert(options, {
label = "Ban permanently and delete last 24h messages",
value = "0_deletemessages"
})
table.insert(components, {
type = enums.componentType.actionRow,
components = {
{
type = enums.componentType.stringSelect,
custom_id = "alertmodule_ban",
placeholder = "🔨 Ban member",
options = options
}
}
})
end
local alertMessage = alertChannel:send({
embed = embedContent,
components = components
})
if (not alertMessage) then
self:LogError(message.guild, "Failed to post alert message (too long?) for %s", bot:GenerateMessageLink(message))
end
data.ReportedMessages[message.id] = {
AlertMessageId = alertMessage and alertMessage.id or nil,
ChannelId = message.channel.id,
Components = components,
Dismissed = false,
Embed = embedContent,
MessageId = message.id,
ReportedUserId = message.author.id,
ReporterIds = { userId }
}
if alertMessage then
data.AlertMessages[alertMessage.id] = data.ReportedMessages[message.id]
end
end
end
function Module:HandleMessageRemove(channel, messageId)
local data = self:GetPersistentData(channel.guild)
local reportedMessage = data.ReportedMessages[messageId]
if (not reportedMessage) then
return
end
local config = self:GetConfig(channel.guild)
-- Disable "jump to" button
reportedMessage.Components[1].components[1].disabled = true
-- Disable "delete message" button
reportedMessage.Components[2].components[2].disabled = true
local alertChannel = client:getChannel(config.AlertChannel)
if (alertChannel and reportedMessage.AlertMessageId) then
local alertMessage = alertChannel:getMessage(reportedMessage.AlertMessageId)
if (alertMessage) then
alertMessage:setComponents(reportedMessage.Components)
end
end
end
function Module:Mute(guild, userId)
local config = self:GetConfig(guild)
local member = guild:getMember(userId)
if (member and member:addRole(config.MuteRole)) then
local data = self:GetPersistentData(guild)
data.MutedUsers[userId] = os.time() + config.MuteDuration
return true
end
return false
end
function Module:Unmute(guild, userId)
local config = self:GetConfig(guild)
local data = self:GetPersistentData(guild)
data.MutedUsers[userId] = nil
local member = guild:getMember(userId)
if (member) then
if (member:removeRole(config.MuteRole)) then
return true
else
self:LogError(guild, "Failed to unmute %s", member.fullname)
end
end
return false
end
function Module:OnChannelCreate(channel)
if (channel.type == enums.channelType.text) then
self:CheckTextMutePermissions(channel)
elseif (channel.type == enums.channelType.voice) then
self:CheckVoiceMutePermissions(channel)
end
end
function Module:OnInteractionCreate(interaction)
local guild = interaction.guild
if not guild then
return
end
local data = self:GetPersistentData(guild)
local alertMessage = data.AlertMessages[interaction.message.id]
if not alertMessage then
-- Not our job
return
end
local moderator = interaction.member
local actionStr
local interactionType = interaction.data.custom_id
if interactionType == "alertmodule_dismiss" then
if not moderator:hasPermission(enums.permission.moderateMembers) then
interaction:editResponse({
content = string.format("❌ You do not have permission to moderate")
})
return
end
if alertMessage.Dismissed then
interaction:respond({
type = enums.interactionResponseType.channelMessageWithSource,
data = {
content = "❎ Alert has already been dismissed",
flags = enums.interactionResponseFlag.ephemeral
}
})
return
end
alertMessage.Dismissed = true
-- Disable dismiss button
alertMessage.Components[2].components[1].disabled = true
interaction:respond({
type = enums.interactionResponseType.channelMessageWithSource,
data = {
content = "✅ Alert has been dismissed (it won't trigger mute nor ping)",
flags = enums.interactionResponseFlag.ephemeral
}
})
actionStr = "Dismissed by " .. moderator.mentionString
elseif interactionType == "alertmodule_deletemessage" then
-- "Waiting"
interaction:respond({
type = enums.interactionResponseType.deferredChannelMessageWithSource,
data = {
flags = enums.interactionResponseFlag.ephemeral
}
})
if not moderator:hasPermission(enums.permission.manageMessages) then
interaction:editResponse({
content = string.format("❌ You do not have permission to delete this message")
})
return
end
local channel, err = client:getChannel(alertMessage.ChannelId)
if not channel then
interaction:editResponse({
content = string.format("❌ failed to retrieve message channel: %s", err)
})
return
end
local message, err = channel:getMessage(alertMessage.MessageId)
if not message then
interaction:editResponse({
content = string.format("❌ failed to retrieve message: %s", err)
})
return
end
local success, err = message:delete()
if not success then
interaction:editResponse({
content = string.format("❌ failed to delete message: %s", err)
})
return
end
interaction:editResponse({
content = "✅ the message was deleted"
})
actionStr = "Deleted by " .. moderator.mentionString
elseif interactionType == "alertmodule_modmail" then
local modmail = Bot:GetModuleForGuild(guild, "modmail")
if not modmail then
interaction:respond({
type = enums.interactionResponseType.channelMessageWithSource,
data = {
content = "❌ The modmail module isn't enabled on this server",
flags = enums.interactionResponseFlag.ephemeral
}
})
return
end
-- "Waiting"
interaction:respond({
type = enums.interactionResponseType.deferredChannelMessageWithSource,
data = {
flags = enums.interactionResponseFlag.ephemeral
}
})
local targetMember, err = guild:getMember(alertMessage.ReportedUserId)
if not targetMember then
interaction:editResponse({
content = string.format("❌ failed to retrieve member: %s", err)
})
return
end
if not modmail:CheckOpenTicketPermission(moderator, targetMember) then
interaction:editResponse({
content = string.format("❌ You do not have permission to open a modmail ticket.")
})
return
end
local reason = string.format("%s has opened a ticket following your message (<https://discord.com/channels/%s/%s/%s>)", moderator.mentionString, guild.id, alertMessage.ChannelId, alertMessage.MessageId)
local ticketChannel, err = modmail:OpenTicket(moderator, targetMember, reason, true)
if not ticketChannel then
interaction:editResponse({
content = string.format("❌ failed to open modmail ticket: %s", err)
})
return
end
interaction:editResponse({
content = "✅ a modmail ticket has been created: " .. ticketChannel.mentionString
})
actionStr = "Modmail ticket opened by " .. moderator.mentionString
elseif interactionType == "alertmodule_mute" then
local mute = Bot:GetModuleForGuild(guild, "mute")
if not mute then
interaction:respond({
type = enums.interactionResponseType.channelMessageWithSource,
data = {
content = "❌ The mute module isn't enabled on this server",
flags = enums.interactionResponseFlag.ephemeral
}
})
return
end
local duration = interaction.data.values and tonumber(interaction.data.values[1]) or nil
if not duration then
interaction:respond({
type = enums.interactionResponseType.channelMessageWithSource,
data = {
content = "❌ an error occurred (invalid duration)",
flags = enums.interactionResponseFlag.ephemeral
}
})
return
end
-- "Waiting"
interaction:respond({
type = enums.interactionResponseType.deferredChannelMessageWithSource,
data = {
flags = enums.interactionResponseFlag.ephemeral
}
})
if not mute:CheckPermissions(moderator) then
interaction:editResponse({
content = string.format("❌ You do not have permission mute this member")
})
return
end
local success, err = mute:Mute(guild, alertMessage.ReportedUserId, duration)
if not success then
interaction:editResponse({
content = string.format("❌ failed to open mute member: %s", err)
})
return
end
interaction:editResponse({
content = "✅ the member has been muted for " .. util.FormatTime(duration)
})
actionStr = "Muted " .. util.DiscordRelativeTime(duration) .. " by " .. moderator.mentionString
elseif interactionType == "alertmodule_ban" then
local duration = interaction.data.values and interaction.data.values[1] or nil
local ban = Bot:GetModuleForGuild(guild, "ban")
if (ban and not mute:CheckPermissions(moderator)) or (not ban and not moderator:hasPermission(enums.permission.banMembers)) then
interaction:editResponse({
content = string.format("❌ You do not have permission mute this member")
})
return
end
if duration == "0" or duration == "0_deletemessages" then
-- "Waiting"
interaction:respond({
type = enums.interactionResponseType.deferredChannelMessageWithSource,
data = {
flags = enums.interactionResponseFlag.ephemeral
}
})
local purgeDays = duration == "0_deletemessages" and 1 or 0
local reason = "banned by " .. moderator.name .. " via alert"
local success, err = guild:banUser(alertMessage.ReportedUserId, "banned by " .. moderator.name .. " via alert", purgeDays)
if not success then
interaction:editResponse({
content = string.format("❌ failed to open ban user: %s", err)
})
return
end
if ban then
ban:RegisterBan(guild, alertMessage.ReportedUserId, moderator, 0, reason)
end
interaction:editResponse({
content = "✅ the member has been banned" .. (purgeDays > 0 and " (and its last 24h message deleted)" or "")
})
actionStr = "banned permanently by " .. moderator.mentionString .. (purgeDays > 0 and " (last 24h message deleted)" or "")
else
duration = duration and tonumber(duration) or nil
if not duration then
interaction:respond({
type = enums.interactionResponseType.channelMessageWithSource,
data = {
content = "❌ an error occurred (invalid duration)",
flags = enums.interactionResponseFlag.ephemeral
}
})
return
end
-- Temp ban
if not ban then
interaction:respond({
type = enums.interactionResponseType.channelMessageWithSource,
data = {
content = "❌ The ban module isn't enabled on this server (and is required for temporary ban)",
flags = enums.interactionResponseFlag.ephemeral
}
})
return
end
-- "Waiting"
interaction:respond({
type = enums.interactionResponseType.deferredChannelMessageWithSource,
data = {
flags = enums.interactionResponseFlag.ephemeral
}
})
local durationStr = util.FormatTime(duration)
local success, err = guild:banUser(alertMessage.ReportedUserId, "banned by " .. moderator.name .. " via alert for " .. durationStr)
if not success then
interaction:editResponse({
content = string.format("❌ failed to open ban user: %s", err)
})
return
end
ban:RegisterBan(guild, alertMessage.ReportedUserId, moderator, duration, reason)
interaction:editResponse({
content = "✅ the member has been banned for " .. durationStr
})
actionStr = "banned for " .. durationStr .. " by " .. moderator.mentionString
end
else
interaction:respond({
type = enums.interactionResponseType.channelMessageWithSource,
data = {
content = "❌ an error occurred (unknown interaction type " .. tostring(interactionType) .. ")"
}
})
return
end
if actionStr then
local currentActionStr = alertMessage.Embed.fields[5].value
if currentActionStr == "None" then
alertMessage.Embed.fields[5].value = actionStr
else
alertMessage.Embed.fields[5].value = currentActionStr .. "\n" .. actionStr
end
interaction.message:update({
components = alertMessage.Components,
embed = alertMessage.Embed
})
end
end
function Module:OnReactionAdd(reaction, userId)
if (not bot:IsPublicChannel(reaction.message.channel)) then
return
end
local guild = reaction.message.guild
local config = self:GetConfig(guild)
local emojiData = bot:GetEmojiData(guild, reaction.emojiId or reaction.emojiName)
if (not emojiData) then
self:LogWarning(guild, "Emoji %s was used but not found in guild", reaction.emojiName)
return
end
if (emojiData.Name ~= config.Trigger or (emojiData.Custom and emojiData.FromGuild ~= guild)) then
return
end
self:HandleEmojiAdd(userId, reaction.message)
end
function Module:OnReactionAddUncached(channel, messageId, reactionIdorName, userId)
if (not bot:IsPublicChannel(channel)) then
return
end
local guild = channel.guild
local config = self:GetConfig(guild)
local emojiData = bot:GetEmojiData(guild, reactionIdorName)
if (not emojiData) then
self:LogWarning(guild, "Emoji %s was used but not found in guild", reactionIdorName)
return
end
if (emojiData.Name ~= config.Trigger or (emojiData.Custom and emojiData.FromGuild ~= guild)) then
return
end
local message = channel:getMessage(messageId)
if (not message) then
return
end
self:HandleEmojiAdd(userId, message)
end
function Module:OnMessageDelete(message)
if (not bot:IsPublicChannel(message.channel)) then
return
end
self:HandleMessageRemove(message.channel, message.id)
end
function Module:OnMessageDeleteUncached(channel, messageId)
if (not bot:IsPublicChannel(channel)) then
return
end
self:HandleMessageRemove(channel, messageId)
end