diff options
| author | Fuwn <[email protected]> | 2022-05-13 02:09:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-13 02:09:53 -0700 |
| commit | 3300a4317aebb91e8112b807636123f64b0a39af (patch) | |
| tree | 6fcdb81a4c65ef28f180d2ae483082fc4bde452d /mod.ts | |
| parent | fix(mod): remove presence (diff) | |
| download | macy-3300a4317aebb91e8112b807636123f64b0a39af.tar.xz macy-3300a4317aebb91e8112b807636123f64b0a39af.zip | |
revert(mod): presence
Diffstat (limited to 'mod.ts')
| -rw-r--r-- | mod.ts | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -60,12 +60,12 @@ if ((await deploy.commands.all()).size !== 4) { ]); } -// deploy.client.client?.setPresence({ -// activity: { -// name: "your work", -// type: "WATCHING", -// }, -// }); +deploy.client.client?.setPresence({ + activity: { + name: "your work", + type: "WATCHING", + }, +}); deploy.handle("verify", async (d: deploy.ApplicationCommandInteraction) => { const member = d.member; |