summaryrefslogtreecommitdiff
path: root/DiscoBot/Commands/ProbenTest.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-04 22:56:44 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-04 22:56:44 +0200
commit7f55f6f289b5ab5b7fd4ac42b472b51a9a0e679e (patch)
tree7864a485fe3236dca5d3a2ca4c1596eeb08ab92b /DiscoBot/Commands/ProbenTest.cs
parentd63ffc58db0f032cf7573b2a8a7720de2d5050ab (diff)
implemented Astralpunkte + some cleanup
Diffstat (limited to 'DiscoBot/Commands/ProbenTest.cs')
-rw-r--r--DiscoBot/Commands/ProbenTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Commands/ProbenTest.cs b/DiscoBot/Commands/ProbenTest.cs
index ae98ec2..1d8f8b0 100644
--- a/DiscoBot/Commands/ProbenTest.cs
+++ b/DiscoBot/Commands/ProbenTest.cs
@@ -9,7 +9,7 @@
public class ProbenTest : ModuleBase
{
[Command("t"), Summary("Würfelt ein Talent-/Zauberprobe")]
- [Alias("T", "Talent", "talent", "zauber", "z", "versuche")]
+ [Alias("T", "Talent", "talent", "versuche")]
public Task TalentAsync([Summary("Talent oder Zaubername")] string talent, int erschwernis = 0)
{
string res;