mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 09:12:07 +02:00
Change to xiaodev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user