posts: fix Discord post time

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2022-01-16 01:24:54 -05:00
parent 42a52ab7b9
commit f30e5c1596

View file

@ -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.