Skip to content
Snippets Groups Projects
Commit d2a5968d authored by Tom Almeida's avatar Tom Almeida Committed by tec
Browse files

Make the discord token a static variable

parent 4aea130f
Branches
No related merge requests found
...@@ -8,6 +8,8 @@ use rand::Rng; ...@@ -8,6 +8,8 @@ use rand::Rng;
static DISCORD_TOKEN: &str = include_str!("discord_token"); static DISCORD_TOKEN: &str = include_str!("discord_token");
static DISCORD_TOKEN: &str = include_str!("discord_token");
static SERVER_ID: u64 = 606351521117896704; static SERVER_ID: u64 = 606351521117896704;
// #general // #general
static MAIN_CHANNEL: serenity::model::id::ChannelId = static MAIN_CHANNEL: serenity::model::id::ChannelId =
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment