remove spacing from embed builders.
This commit is contained in:
@@ -254,7 +254,6 @@ export default {
|
|||||||
embeds: [{
|
embeds: [{
|
||||||
...CreateDefaultEmbed(client),
|
...CreateDefaultEmbed(client),
|
||||||
...SetSeverity('warning'),
|
...SetSeverity('warning'),
|
||||||
|
|
||||||
description: 'No settings were modified.'
|
description: 'No settings were modified.'
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
@@ -263,7 +262,6 @@ export default {
|
|||||||
embeds: [{
|
embeds: [{
|
||||||
...CreateDefaultEmbed(client),
|
...CreateDefaultEmbed(client),
|
||||||
...SetSeverity('success'),
|
...SetSeverity('success'),
|
||||||
|
|
||||||
description: response.join('\n')
|
description: response.join('\n')
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user