mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Fix Error in Spacing
This commit is contained in:
@@ -9,9 +9,9 @@ module.exports = class PruneCommand extends Command {
|
||||
description: 'Deletes a specified number of messages from the current channel, up to 99.',
|
||||
guildOnly: true,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
duration: 15
|
||||
},
|
||||
usages: 1,
|
||||
duration: 15
|
||||
},
|
||||
args: [
|
||||
{
|
||||
key: 'count',
|
||||
|
||||
Reference in New Issue
Block a user