mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { Message, MessagePayload, APIMessage } = require('discord.js');
|
||||
const { Message } = require('discord.js');
|
||||
|
||||
Reflect.defineProperty(Message.prototype, 'say', { value: function (content, options) {
|
||||
if (typeof content === 'object') return this.channel.send(content);
|
||||
|
||||
Reference in New Issue
Block a user