style(commands/administration): logs now have only one configuration and not two
This commit is contained in:
parent
cabef748b0
commit
d90746b07c
1 changed files with 1 additions and 5 deletions
|
|
@ -32,10 +32,6 @@ export default {
|
|||
name: 'Show',
|
||||
value: 'logs_show',
|
||||
},
|
||||
{
|
||||
name: 'Auto-configuration',
|
||||
value: 'logs_auto',
|
||||
},
|
||||
{
|
||||
name: 'Configuration',
|
||||
value: 'logs_config',
|
||||
|
|
@ -143,7 +139,7 @@ export default {
|
|||
}
|
||||
return;
|
||||
}
|
||||
case 'logs_auto': {
|
||||
case 'logs_config': {
|
||||
if (!await isOwner(interaction.user.id)) {
|
||||
await interaction.reply({
|
||||
content: `${emoji.answer.no} | This command is only for owner`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue