mirror of
https://github.com/danbulant/Shasha
synced 2026-07-04 10:30:51 +00:00
import
This commit is contained in:
parent
aef0bfbc5a
commit
5bfd4eee2e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
const { getChannel, defaultEventLogEmbed, trySend } = require("../functions");
|
||||||
|
const getColor = require("../getColor");
|
||||||
|
|
||||||
module.exports = async (GUILD, USER) => {
|
module.exports = async (GUILD, USER) => {
|
||||||
if (GUILD.eventChannels?.ban) {
|
if (GUILD.eventChannels?.ban) {
|
||||||
if (USER.partial) USER = await USER.fetch();
|
if (USER.partial) USER = await USER.fetch();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue