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