Skip to content

Commit

Permalink
Add noseed command
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Sep 24, 2022
1 parent 785be74 commit f47759d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions commands/noseed.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const { SlashCommandBuilder } = require('@discordjs/builders');

module.exports = {
data: new SlashCommandBuilder()
.setName('noseed')
.setDescription('iTs aKsHullY sPawN cOde'),
async execute(interaction) {
return interaction.reply('"Seeds" have been renamed to "Spawn Codes". This new name is intended to be more descriptive and avoid confusion with the term used in other games. Please avoid using the old name and update references to it wherever possible.');
},
};

0 comments on commit f47759d

Please sign in to comment.