Make the selfcare use tertiary color
This commit is contained in:
parent
b56844ce36
commit
f1fc9c9bff
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default function load (b) {
|
||||||
if (!b.host.options.isVanilla) {
|
if (!b.host.options.isVanilla) {
|
||||||
b.adPrefix = {
|
b.adPrefix = {
|
||||||
translate: '[%s] %s', // Since the bot aims to have an invisible name, the ad prefix should contain information about the bot.
|
translate: '[%s] %s', // Since the bot aims to have an invisible name, the ad prefix should contain information about the bot.
|
||||||
color: 'white',
|
color: settings.colors.tertiary,
|
||||||
with: [
|
with: [
|
||||||
{
|
{
|
||||||
translate: '%s: %s',
|
translate: '%s: %s',
|
||||||
|
|
Loading…
Reference in a new issue