From 0ffe5b4e241e3e7a3ab2e77447be214890e177aa Mon Sep 17 00:00:00 2001 From: Christophe Chailloleau-Leclerc Date: Wed, 22 May 2019 23:40:00 +0200 Subject: [PATCH] Suppression commande test inutile --- Sean/Modules/AwardsModule.cs | 3 --- 1 file changed, 3 deletions(-) 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