Skip to content

Commit

Permalink
change !jwt category to Web (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFGray authored Nov 17, 2023
1 parent a28f4cc commit 13f4808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guid
{
words: [`!jwt`],
help: `Describes reasoning for and against the use of JWT tokens againt using standard sessions`,
category: "Reactiflux",
category: "Web",
handleMessage: (msg) => {
msg.channel.send({
embeds: [
Expand Down

0 comments on commit 13f4808

Please sign in to comment.