Remove more commands

This commit is contained in:
Dragon Fire
2024-03-20 21:53:19 -04:00
parent 450ea2b7f5
commit de4098ba6b
79 changed files with 4 additions and 3795 deletions
+1 -1
View File
@@ -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) {