aboutsummaryrefslogtreecommitdiff
path: root/src/core/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/consts.rs')
-rw-r--r--src/core/consts.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/consts.rs b/src/core/consts.rs
index df214c5..35da1af 100644
--- a/src/core/consts.rs
+++ b/src/core/consts.rs
@@ -1,5 +1,5 @@
use crate::db::Database;
-use serenity::model::id::{GuildId, ChannelId, RoleId};
+use serenity::model::id::{GuildId, ChannelId, RoleId, UserId};
lazy_static!{
pub static ref DB: Database = Database::connect();
@@ -31,6 +31,8 @@ pub const GUILD_LOG: ChannelId = ChannelId(770117277416554526); // 40611549
pub const NOW_LIVE: RoleId = RoleId(370395740406546432);
pub const SUPPORT_SERVER: GuildId = GuildId(704032355987488791); // 373561057639268352
pub const TRANSCEND: GuildId = GuildId(348660188951216129);
+pub const BOT_ID: UserId = UserId(712088369206919269);
+pub const BOT_BETA_ID: UserId = UserId(772434317841530882);
pub const SUPPORT_SERV_INVITE: &str = "https://discord.gg/ASrM7p9";
pub const BOT_INVITE: &str = "https://discordapp.com/oauth2/authorize/?permissions=335670488&scope=bot&client_id=712088369206919269";
@@ -54,3 +56,5 @@ pub const GUILDID_FAIL: &str = "Failed to get GuildId";
pub const MEMBER_FAIL: &str = "Failed to get member";
pub const TC_FAIL: &str = "Failed to get TimerClient";
pub const USER_FAIL: &str = "Failed to get user";
+
+pub const MENTION_FAIL: &str = "Sorry, but it seems to me that you are mentioning someone where you aren't allowed to.";