honestly its probably best i can find out if i need to
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = {
|
|||||||
),
|
),
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
const message = interaction.options.getString('message');
|
const message = interaction.options.getString('message');
|
||||||
|
console.log(`${interaction.user.tag} is changing the status to ${message}`);
|
||||||
interaction.client.user.setActivity(message, { type: ActivityType.Custom });
|
interaction.client.user.setActivity(message, { type: ActivityType.Custom });
|
||||||
await interaction.reply({ content: `Status updated to: ${message}`, ephemeral: true });
|
await interaction.reply({ content: `Status updated to: ${message}`, ephemeral: true });
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user