summaryrefslogtreecommitdiff
path: root/DiscoBot/Commands/ProbenTest.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-15 09:58:29 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-15 09:58:29 +0200
commit585f6f3bc93e47c6943b4e523b50f2a930314514 (patch)
tree203072443c7b4b730535c4f84623b4c85f39e803 /DiscoBot/Commands/ProbenTest.cs
parent380d9ec6048663b0e497e2437222d783236b864f (diff)
parentbf0d751d70b9997b4ad4b275652a4f1d1c4f7623 (diff)
Merge branch 'master' of https://github.com/TrueDoctor/DiscoBot
Diffstat (limited to 'DiscoBot/Commands/ProbenTest.cs')
-rw-r--r--DiscoBot/Commands/ProbenTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DiscoBot/Commands/ProbenTest.cs b/DiscoBot/Commands/ProbenTest.cs
index 1d8f8b0..e14d5a4 100644
--- a/DiscoBot/Commands/ProbenTest.cs
+++ b/DiscoBot/Commands/ProbenTest.cs
@@ -68,7 +68,7 @@
}
[Command("a"), Summary("Würfelt ein Angriff")]
- [Alias("At", "at", "Angriff", "angriff", "attackiere_mit", "attacke", "Attacke")]
+ [Alias("A", "At", "at", "Angriff", "angriff", "attackiere_mit", "attacke", "Attacke")]
public Task AngriffAsync([Summary("Weapon")] string weapon, int erschwernis = 0)
{
return this.ReplyAsync("```xl\n" + Dsa.Chars.Find(x => x.Name.Equals(Dsa.Relation[this.Context.User.Username])).Angriff(weapon, erschwernis) + "\n```");
@@ -82,7 +82,7 @@
}
[Command("f"), Summary("Führt eine Fernkampfprobe aus")]
- [Alias("F", "fernkampf", "Fernkampf", "schieße", "schieße_mit")]
+ [Alias("F", "fern", "Fern", "Schuss", "schuss", "fernkampf", "Fernkampf", "schieße", "schieße_mit")]
public Task FernkampfAsync([Summary("Fernkampfwaffe")] string waffe, int erschwernis = 0)
{
return this.ReplyAsync("```xl\n" + Dsa.Chars.Find(x => x.Name.Equals(Dsa.Relation[this.Context.User.Username])).Fernkampf(waffe, erschwernis) + "\n```");