donorboard is broken and not a priority to fix
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m2s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m2s
This commit is contained in:
@@ -9,6 +9,10 @@ module.exports = {
|
||||
option.setName('days')
|
||||
.setDescription('Get results for a different amount of time')),
|
||||
async execute(interaction) {
|
||||
|
||||
interaction.reply({ content: "This command is currently broken.", ephemeral: true });
|
||||
return;
|
||||
|
||||
let days
|
||||
if (!interaction.options.getInteger('days')) days = 7;
|
||||
else days = interaction.options.getInteger('days');
|
||||
|
||||
Reference in New Issue
Block a user