Skip to content

Commit

Permalink
Update nitro.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMinhDucGamingTV authored Feb 8, 2023
1 parent 4a0a565 commit 7bb3b14
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions SlashCommands/Fun/nitro.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
const { ApplicationCommandOptionType } = require("discord.js");

module.exports = {
name: "8ball",
name: "nitro",
description: "Tells you a fortune",
options: [
{
name: "question",
description: "The question you want to ask the magic 8ball",
required: true,
type: ApplicationCommandOptionType.String,
}
],
options: null,
run: async (client, interaction, args) => {
var links = [
`https://discord.gift/Hejs82hejdi9`,
Expand Down

0 comments on commit 7bb3b14

Please sign in to comment.