Skip to content
Snippets Groups Projects
Commit 9ebbe8b5 authored by Reviath's avatar Reviath
Browse files

You can set interactions as false.

parent 60d9dbd9
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,9 @@ func Start() {
executor.RunAllCommands(client)
executor.RunAllEvents(client)
if LoadInteractions == "true" {
executor.RunAllInteractions(client, BotID)
}
fmt.Printf("Logging in as %s#%s (%s)\n", BotUsername, BotDiscriminator, BotID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment