Suppression commande test inutile

This commit is contained in:
Christophe Chailloleau-Leclerc 2019-05-22 23:40:00 +02:00
parent 9dca2e3d0e
commit 0ffe5b4e24
1 changed files with 0 additions and 3 deletions

View File

@ -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
}
}