summaryrefslogtreecommitdiff
path: root/mod.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-13 02:09:53 -0700
committerFuwn <[email protected]>2022-05-13 02:09:53 -0700
commit3300a4317aebb91e8112b807636123f64b0a39af (patch)
tree6fcdb81a4c65ef28f180d2ae483082fc4bde452d /mod.ts
parentfix(mod): remove presence (diff)
downloadmacy-3300a4317aebb91e8112b807636123f64b0a39af.tar.xz
macy-3300a4317aebb91e8112b807636123f64b0a39af.zip
revert(mod): presence
Diffstat (limited to 'mod.ts')
-rw-r--r--mod.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/mod.ts b/mod.ts
index 1563085..e4a7b5b 100644
--- a/mod.ts
+++ b/mod.ts
@@ -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;