mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove more commands
This commit is contained in:
@@ -11,7 +11,7 @@ Reflect.defineProperty(Message.prototype, 'embed', { value: function (embed, opt
|
||||
} });
|
||||
|
||||
Reflect.defineProperty(Message.prototype, 'code', { value: function (lang, content, options) {
|
||||
return this.channel.send({ content, lang, ...options });
|
||||
return this.channel.send({ content, ...options });
|
||||
} });
|
||||
|
||||
Reflect.defineProperty(Message.prototype, 'direct', { value: function (content, options) {
|
||||
|
||||
Reference in New Issue
Block a user