mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 10:29:10 -04:00
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