Automatic holiday avatars

This commit is contained in:
lilyissillyyy
2026-02-16 17:27:23 -05:00
parent 8a311204be
commit 41be1ed725
6 changed files with 152 additions and 1 deletions
+3
View File
@@ -126,6 +126,9 @@ client.on('clientReady', async () => {
client.user.setActivity(text, { type: activity.type });
}, 60000);
// Interval to check for holidays and change the avatar if needed
client.avatarChanger.setInterval();
// Set up disabled commands
try {
const disabled = await client.redis.db.hgetall('disabled');