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:
parent
ee71798696
commit
8f2854bffa
@ -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