diff options
| author | Fuwn <[email protected]> | 2020-11-02 16:31:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-02 16:31:17 -0800 |
| commit | 11e768178d08d631b38703d8cc38f2aa9ff83cdb (patch) | |
| tree | 858729a395e8e661bc6e425464d4dd022c95054a /src/core/consts.rs | |
| parent | chore/ fix: commit file that i forgot to commit (diff) | |
| download | dep-core-next-11e768178d08d631b38703d8cc38f2aa9ff83cdb.tar.xz dep-core-next-11e768178d08d631b38703d8cc38f2aa9ff83cdb.zip | |
refactor, chore, feat (desc)
refactor:
- `Cargo.toml` openssl patch
- rename `DBOTS_TOKEN` environment variable
feat:
- new `wisp` command information
- support server, bot invite, feature request, bot discovery sites.
- use `CARGO_PKG_VERSION` environment variable to show version in presence.
- `privacypolicy` command
- prime more of the rocket webserver
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"; |