Fixing Typo
This commit is contained in:
parent
da5848adc4
commit
5bae7d8e50
@ -88,10 +88,10 @@ namespace ChaosBot.Discord.Services
|
||||
{
|
||||
ulong channelId = Convert.ToUInt64(ConfigSet.Substring(2, ConfigSet.Length - 3));
|
||||
await context.Guild.GetTextChannel(channelId).SendMessageAsync(
|
||||
$"Grats <@{usrExperience.DiscordGuildId}>! You have reached level {curLevel} :wot:");
|
||||
$"Grats <@{usrExperience.DiscordUserId}>! You have reached level {curLevel} :wot:");
|
||||
}
|
||||
else
|
||||
await context.Channel.SendMessageAsync($"Grats <@{usrExperience.DiscordGuildId}>! You have reached level {curLevel} :wot:");
|
||||
await context.Channel.SendMessageAsync($"Grats <@{usrExperience.DiscordUserId}>! You have reached level {curLevel} :wot:");
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user