mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Finished new response system
This commit is contained in:
@@ -171,7 +171,7 @@ public sealed class CurrencyRewardService : INService, IDisposable
|
||||
if (user is null)
|
||||
return;
|
||||
|
||||
var eb = new EmbedBuilder()
|
||||
var eb = _sender.CreateEmbed()
|
||||
.WithOkColor()
|
||||
.WithDescription(message);
|
||||
|
||||
|
Reference in New Issue
Block a user