few changes
- added emojis
- added bold to tests
- removed `highlight`.
- changed `Auto assigned role is set.` to ✅ **Auto assign role** on user join is now **enabled**. respect to its disabled text.
This commit is contained in:
parent
a51475fbed
commit
11fe90d589
@ -69,11 +69,11 @@ namespace NadekoBot.Modules.Administration
|
|||||||
|
|
||||||
if (role == null)
|
if (role == null)
|
||||||
{
|
{
|
||||||
await channel.SendMessageAsync("`Auto assign role on user join is now disabled.`").ConfigureAwait(false);
|
await channel.SendMessageAsync("🆗 **Auto assign role** on user join is now **disabled**.").ConfigureAwait(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await channel.SendMessageAsync("`Auto assigned role is set.`").ConfigureAwait(false);
|
await channel.SendMessageAsync("✅ **Auto assign role** on user join is now **enabled**.").ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user