Skip to content

Commit

Permalink
Update DiscordBot.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Aug 26, 2017
1 parent 6fbf0a8 commit ea0bdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/discord/DiscordBot.cs
Expand Up @@ -28,7 +28,7 @@ public static class DiscordBot

public async static void startBot()
{
string token = "MzMxMjEzNDA0MjU1NjgyNTYx.DDshcA.OoaxhwGTm4y8ANGuvUoQj8X1tXQ";
string token = "<insert token>";

try
{
Expand Down

0 comments on commit ea0bdc0

Please sign in to comment.