1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-07 22:46:30 +03:00

Added /ping command

Closes #29

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-07-02 13:55:49 +05:00
parent 17c43be878
commit 3f957b375b
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
4 changed files with 91 additions and 13 deletions

View file

@ -54,10 +54,9 @@ public class GuildCreateResponder : IResponder<IGuildCreate> {
Messages.Culture = guildConfig.GetCulture();
var i = Random.Shared.Next(1, 4);
var embed = new EmbedBuilder()
var embed = new EmbedBuilder().WithSmallTitle(currentUser.GetTag(), currentUser)
.WithTitle($"Beep{i}".Localized())
.WithDescription(Messages.Ready)
.WithUserFooter(currentUser)
.WithCurrentTimestamp()
.WithColour(ColorsList.Blue)
.Build();