Skip to content

Commit

Permalink
Rewrote every command description
Browse files Browse the repository at this point in the history
Except the NSFW ones.
  • Loading branch information
Prince527GitHub committed Jan 19, 2024
1 parent 98e073f commit 1b9316c
Show file tree
Hide file tree
Showing 118 changed files with 195 additions and 429 deletions.
2 changes: 1 addition & 1 deletion SlashCommands/extra/anime.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Client, CommandInteraction, EmbedBuilder, ApplicationCommandType, Applic

module.exports = {
name: "anime",
description: "Get Anime Actions",
description: "Retrieve Anime Actions.",
type: ApplicationCommandType.ChatInput,
options: [
{
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/extra/calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { doMath } = require("../../assets/api/number");

module.exports = {
name: 'calculator',
description: 'Use a calculator in discord',
description: 'Access a calculator right in Discord.',

/**
* @param {Client} client
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/extra/codebin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const sourcebin = require("sourcebin_js");

module.exports = {
name: "codebin",
description: "Bin code or text.",
description: "Use the codebin to store and share code or text.",
type: ApplicationCommandType.ChatInput,
options: [{
type: ApplicationCommandOptionType.String,
Expand Down
232 changes: 0 additions & 232 deletions SlashCommands/extra/manipulate.js

This file was deleted.

2 changes: 1 addition & 1 deletion SlashCommands/game/minesweeper.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { getRandom } = require("../../assets/api/crypto");

module.exports = {
name: 'minesweeper',
description: 'Play a game of minesweeper',
description: 'Enjoy a game of Minesweeper.',
type: ApplicationCommandType.ChatInput,
/**
*
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/game/tictactoe.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { TicTacToe } = require('discord-gamecord');

module.exports = {
name: 'tictactoe',
description: 'A game of ttt',
description: 'Play a game of Tic Tac Toe.',
type: ApplicationCommandType.ChatInput,
options: [
{
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/game/wordle.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { CommandInteraction, Client, EmbedBuilder, ApplicationCommandType } = req

module.exports = {
name: 'wordle',
description: 'Play wordle in discord',
description: 'Play Wordle in Discord.',
type: ApplicationCommandType.ChatInput,
/**
*
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/info/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { readdirSync } = require("fs");

module.exports = {
name: "help",
description: "Show All Commands",
description: "Display a list of all available commands.",
type: ApplicationCommandType.ChatInput,

/**
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { EmbedBuilder, ApplicationCommandType, ApplicationCommandOptionType } = r

module.exports = {
name: "loop",
description: "Sets loop mode",
description: "Set loop mode for continuous playback.",
type: ApplicationCommandType.ChatInput,
options: [{
name: "mode",
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/nowPlaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { EmbedBuilder, ApplicationCommandType } = require("discord.js");

module.exports = {
name: "nowplaying",
description: "Shows information about the current song",
description: "Display information about the current playing song.",
type: ApplicationCommandType.ChatInput,
run: async (client, interaction) => {

Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/pause.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { EmbedBuilder, ApplicationCommandType } = require("discord.js");

module.exports = {
name: "pause",
description: "Pause the current song",
description: "Pause the currently playing song.",
type: ApplicationCommandType.ChatInput,
run: async (client, interaction) => {

Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { EmbedBuilder, ApplicationCommandType, ApplicationCommandOptionType } = r

module.exports = {
name: "play",
description: "Play a song",
description: "Play a song.",
type: ApplicationCommandType.ChatInput,
options: [
{
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { EmbedBuilder, ApplicationCommandType, ApplicationCommandOptionType } = r

module.exports = {
name: "queue",
description: "Display the song queue",
description: "Display the current song queue.",
type: ApplicationCommandType.ChatInput,
options: [{
name: "page",
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { EmbedBuilder, ApplicationCommandType } = require("discord.js");

module.exports = {
name: "resume",
description: "Resume the current song",
description: "Resume the currently paused song.",
type: ApplicationCommandType.ChatInput,
run: async (client, interaction) => {

Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/shuffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const musicSchema = require("../../models/server/music.js");

module.exports = {
name: "shuffle",
description: "Sets shuffle mode",
description: "Set shuffle mode for the song queue.",
type: ApplicationCommandType.ChatInput,
options: [{
name: "mode",
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/skip.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const musicSchema = require("../../models/server/music.js");

module.exports = {
name: "skip",
description: "Skips a song",
description: "Skip the currently playing song.",
type: ApplicationCommandType.ChatInput,
run: async (client, interaction) => {

Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/stop.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { EmbedBuilder, ApplicationCommandType } = require("discord.js");

module.exports = {
name: "stop",
description: "Stop the player",
description: "Stop the music player.",
type: ApplicationCommandType.ChatInput,
run: async (client, interaction) => {

Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/music/volume.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const progressbar = require('../../assets/api/progressbar/index');

module.exports = {
name: "volume",
description: "change or check the volume of the current song",
description: "Change or check the volume of the current song.",
type: ApplicationCommandType.ChatInput,
options: [{
name: "percentage",
Expand Down
2 changes: 1 addition & 1 deletion SlashCommands/utils/customCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const customCommandModel = require("../../models/server/cc-slash");

module.exports = {
name: "custom",
description: "custom command configuration.",
description: "Configure custom commands.",
type: ApplicationCommandType.ChatInput,
userPermissions: [PermissionsBitField.Flags.ManageMessages],
options: [
Expand Down
Loading

0 comments on commit 1b9316c

Please sign in to comment.