1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 04:10:59 -05:00

Add Custom Status to presence command

This commit is contained in:
toast-ts 2023-08-12 18:28:48 +10:00
parent 6a6e7951c9
commit 3ab2fe3bd9

View File

@ -91,6 +91,7 @@ export default {
case 1: return 'Streaming'; case 1: return 'Streaming';
case 2: return 'Listening to'; case 2: return 'Listening to';
case 3: return 'Watching'; 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'; case 5: return 'Competing in';
} }
}; };