diff --git a/LathBotFront/Commands/ReactionCommands.cs b/LathBotFront/Commands/ReactionCommands.cs index 47871a6..4bbacbb 100644 --- a/LathBotFront/Commands/ReactionCommands.cs +++ b/LathBotFront/Commands/ReactionCommands.cs @@ -42,14 +42,17 @@ public async Task Slap(CommandContext ctx, [Description("Who you want to slap.") } else if (target.Id == 241445303960600576) //Theo { - if (ctx.Member.Id == 387325006176059394) + if (ctx.Member.Id == 387325006176059394) //Julian await ctx.RespondAsync($"You might think you are immune to slaps {target.Mention}, *slap* but {ctx.Member.Mention} is immune to counter slapping! *slap*"); else await ctx.RespondAsync($"God dammit {ctx.Member.Mention}, *slap* you dont slap the creator of slapping"); } else if (target.Id == 671485545288826900) //Tophat { - await ctx.RespondAsync($"Do you want to be turned into a Servitor?"); + if (ctx.Member.Id == 387325006176059394)//Julian + await ctx.RespondAsync($"*slap* You aren't immune {target.Mention}! *slap*"); + else + await ctx.RespondAsync($"Do you want to be turned into a Servitor?"); } else if (target.Id == 289112287250350080) //Parth { diff --git a/README.md b/README.md index 11e0264..9a939a2 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# LathBot \ No newline at end of file +# LathBot +This bot is made for the Lathland discord server +https://discord.gg/Lathland