From 34f5dec6140895a25d01c02526bf6ef584c5e6e4 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 11 Sep 2017 21:28:13 +0200 Subject: improved gui --- DiscoBot/Commands.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'DiscoBot/Commands.cs') diff --git a/DiscoBot/Commands.cs b/DiscoBot/Commands.cs index f812dfc..7459451 100644 --- a/DiscoBot/Commands.cs +++ b/DiscoBot/Commands.cs @@ -16,11 +16,14 @@ namespace DiscoBot public static List chars = new List(); //list of all charackters public static void Startup() { - relation.Add("The Doctor", "Felis Exodus Schattenwald");//Relation + relation.Add("The Doctor", "Numeri Illuminus");//Relation relation.Add("Tardis", "Numeri Illuminus"); - relation.Add("DSA Bot", "Numeri Illuminus"); + relation.Add("DSA Bot", "Felis Exodus Schattenwald"); + relation.Add("Papo","Gwendelson"); + relation.Add("Potus","Volant"); chars.Add(new Char(@"helden\Felis.xml")); //Savefile chars.Add(new Char(@"helden\Numeri.xml")); + chars.Add(new Char(@"helden\Volant.xml")); } } @@ -43,7 +46,7 @@ namespace DiscoBot public async Task Say([Remainder, Summary("Weapon")] string roll) { - await ReplyAsync("```xl\n**" + Misc.Roll(roll) + "**\n```"); + await ReplyAsync("```xl\n" + Misc.Roll(roll) + "\n```"); } } -- cgit v1.2.3-54-g00ecf