diff options
Diffstat (limited to 'src/core/consts.rs')
| -rw-r--r-- | src/core/consts.rs | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/core/consts.rs b/src/core/consts.rs index bc68bfc..df214c5 100644 --- a/src/core/consts.rs +++ b/src/core/consts.rs @@ -32,12 +32,15 @@ pub const NOW_LIVE: RoleId = RoleId(370395740406546432); pub const SUPPORT_SERVER: GuildId = GuildId(704032355987488791); // 373561057639268352 pub const TRANSCEND: GuildId = GuildId(348660188951216129); -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=699473263998271489"; -pub const FEATURE_REQUEST_LINK: &str = "http://mailto:[email protected]"; +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"; +pub const FEATURE_REQUEST_LINK: &str = "http://mailto:[email protected]"; pub const GITHUB_ORG_LINK: &str = "https://github.com/wispgg"; -// pub const GITLAB_LINK: &str = "https://gitlab.com/fuwn/wisp"; -// pub const PATREON_LINK: &str = "https://www.patreon.com/wisp"; +pub const TOPGG_LINK: &str = "https://top.gg/bot/712088369206919269"; +pub const DBOTS_CO_LINK: &str = "https://discordbots.co/bot/712088369206919269"; +pub const BOTSOND_LINK: &str = "https://bots.ondiscord.xyz/bots/712088369206919269"; +// pub const GITLAB_LINK: &str = "https://gitlab.com/fuwn/wisp"; +// pub const PATREON_LINK: &str = "https://www.patreon.com/wisp"; pub const API_FAIL: &str = "Failed to get API"; pub const CACHE_CHANNEL_FAIL: &str = "Failed to get channel lock from CACHE"; |