1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

Add Custom Status to presence command

This commit is contained in:
AnxietyisReal 2023-08-12 18:28:48 +10:00
parent e64998ad76
commit e4f8ab6dfd

View File

@ -91,6 +91,7 @@ export default {
case 1: return 'Streaming';
case 2: return 'Listening to';
case 3: return 'Watching';
//case 4: return 'Custom Status'; // Will be enabled once PR #9743 on D.JS repo merges in.
case 5: return 'Competing in';
}
};