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:
parent
6a6e7951c9
commit
3ab2fe3bd9
@ -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';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user