Update username

This commit is contained in:
Dragon Fire
2024-12-11 17:45:16 -05:00
parent 42e8d9ae70
commit 47c3f88481
13 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ module.exports = class Command {
this.throttling = options.throttling || { usages: 2, duration: 5 };
this.credit = options.credit || [];
this.credit.push({
name: 'Dragon Fire',
url: 'https://github.com/dragonfire535',
name: 'Lily is Silly',
url: 'https://github.com/lilyissillyyy',
reason: 'Code'
});
this.uses = 0;