diff --git a/Sean/Modules/AwardsModule.cs b/Sean/Modules/AwardsModule.cs index 6661c5f..c4e8c55 100644 --- a/Sean/Modules/AwardsModule.cs +++ b/Sean/Modules/AwardsModule.cs @@ -37,9 +37,6 @@ namespace Sean.Modules int score = persistencyService.AddPoint(user); await ReplyAsync($"{userInfo.Username}#{userInfo.Discriminator} have now a score of {score}"); } - [Command("test")] - [Summary("Ping pong !")] - public Task PongAsync() => ReplyAsync("Toi-même !"); #endregion Methods } } \ No newline at end of file