Change to xiaodev

This commit is contained in:
lilyissillyyy
2026-03-09 13:04:56 -04:00
parent cdd6bb0208
commit 172f13ec03
14 changed files with 29 additions and 35 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ module.exports = class Command {
this.sendTyping = typeof options.sendTyping === 'undefined' ? true : Boolean(options.sendTyping);
this.credit = options.credit || [];
this.credit.push({
name: 'Lily is Silly',
url: 'https://github.com/lilyissillyyy',
name: 'Xiao Dev',
url: 'https://github.com/xiaobotdev',
reason: 'Code'
});
this.uses = 0;