Skip to content

Commit

Permalink
Changed around the introduction message
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicalCuddles committed Oct 4, 2019
1 parent 2a3a762 commit 5b6f561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DiscordBot/Handlers/GuildHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ private static async Task SendMessageToGuild(SocketGuild socketGuild)
.WithDescription("Congratulations on adding " + DiscordBot.Bot.CurrentUser.Username + " to " + socketGuild.Name + "! Please follow the steps below to configure me!" +
"```INI\n" +
"-- IMPORTANT! --\n" +
"[1] Prefix: You can change the default prefix by typing \"" + g.Prefix + "guildprefix [prefix]\"\n" +
"[2] Welcome Message: Type \"" + g.Prefix + "setwelcomemessage\" to view flags and see how to set up the welcome message.\n" +
"[1] Log Channel: We need a channel where we can post things for your eyes only! Type \"" + g.Prefix + "logchannel [channel mention]\"\n" +
"[2] Bot Channel: We need a channel where the bot can post things for everyone to see! Type \"" + g.Prefix + "botchannel [channel mention]\"\n" +
"[3] Welcome Channel: Set the channel the welcome message is posted by typing \"" + g.Prefix + "welcomechannel [channel mention]\"\n" +
"[4] Log Channel: We now need a channel where we can post things for your eyes only! Type \"" + g.Prefix + "logchannel [channel mention]\"\n" +
"[5] Bot Channel: Finally, we need a channel where the bot can post things for everyone to see! Type \"" + g.Prefix + "botchannel [channel mention]\"\n" +
"[4] Welcome Message: Type \"" + g.Prefix + "setwelcomemessage\" to view flags and see how to set up the welcome message.\n" +
"[5] Prefix: You can change the default prefix by typing \"" + g.Prefix + "guildprefix [prefix]\"\n" +
"-- Optional --\n" +
"[6] Senpai Command: You can toggle senpai by typing \"" + g.Prefix + "togglesenpai\"\n" +
"[7] Quote Command: You can toggle quotes by typing \"" + g.Prefix + "togglequotes\"\n" +
Expand Down

0 comments on commit 5b6f561

Please sign in to comment.