From f30e5c1596b8a8e7573479a1c81888f6c538f346 Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Sun, 16 Jan 2022 01:24:54 -0500 Subject: [PATCH] posts: fix Discord post time Signed-off-by: Naman Sood --- posts/discordjs-role-perms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/discordjs-role-perms.md b/posts/discordjs-role-perms.md index bef0bac..985cec9 100644 --- a/posts/discordjs-role-perms.md +++ b/posts/discordjs-role-perms.md @@ -1,7 +1,7 @@ --- title: Make your Discord.js bot's global slash commands accessible only to certain roles summary: Secrets that the documentation won't tell you (not sure why though). -time: 1631387096 +time: 1642314274 --- So I was recently making a very simple [Discord bot](https://github.com/namansood/counter-bot) as a joke. Since I like JavaScript, I found a JavaScript library to help me out with this, [discord.js](https://discord.js.org), and got started.