Skip to content

Commit

Permalink
Change old Blurple to rebrand Blurple
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkView committed May 13, 2021
1 parent 069fb7b commit d698bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedMessages.js
Original file line number Diff line number Diff line change
@@ -114,9 +114,9 @@ module.exports = async function ({ config, bot, formats }) {

// System -> Any
[SETTING_NAMES.SYSTEM_USER_DM_ENABLED, true],
[SETTING_NAMES.SYSTEM_USER_DM_COLOR, parseColor("#7289DA")],
[SETTING_NAMES.SYSTEM_USER_DM_COLOR, parseColor("#5865F2")],
[SETTING_NAMES.SYSTEM_USER_THREAD_ENABLED, true],
[SETTING_NAMES.SYSTEM_USER_THREAD_COLOR, parseColor("#7289DA")],
[SETTING_NAMES.SYSTEM_USER_THREAD_COLOR, parseColor("#5865F2")],
[SETTING_NAMES.SYSTEM_STAFF_ENABLED, true],
[SETTING_NAMES.SYSTEM_STAFF_COLOR, parseColor("#1AA4BC")],
]);

0 comments on commit d698bc1

Please sign in to comment.