mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Add "Twitter for Xiao" to tweet
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = class XiaoCommand extends Command {
|
||||
super(client, info);
|
||||
|
||||
this.argsSingleQuotes = info.argsSingleQuotes || false;
|
||||
this.throttling = info.throttling || { usages: 1, duration: 2 };
|
||||
this.throttling = info.unknown ? null : info.throttling || { usages: 1, duration: 2 };
|
||||
this.uses = 0;
|
||||
this.credit = info.credit || [];
|
||||
this.credit.push({
|
||||
|
||||
Reference in New Issue
Block a user