summaryrefslogtreecommitdiff
path: root/mod.ts
diff options
context:
space:
mode:
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;