summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-13 01:59:45 -0700
committerFuwn <[email protected]>2022-05-13 01:59:45 -0700
commitb3fc345137e5859795e0ed3a0d1970e3e4d2bc9f (patch)
tree78294612b77d8591f45adfcb1236b238b624638a
parentfeat(0.1.0): initial release (diff)
downloadmacy-b3fc345137e5859795e0ed3a0d1970e3e4d2bc9f.tar.xz
macy-b3fc345137e5859795e0ed3a0d1970e3e4d2bc9f.zip
fix(mod): remove presence
-rw-r--r--mod.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/mod.ts b/mod.ts
index e4a7b5b..1563085 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;