mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
Add Custom Status to presence command
This commit is contained in:
parent
e64998ad76
commit
e4f8ab6dfd
@ -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';
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user