1 |
export const DONATION_URL = "https://www.sudobot.org/donate"; |
export const DONATION_URL = "https://sudobot.onesoftnet.eu.org/donate"; |
2 |
export const BOT_INVITE_REQUEST_URL = "https://forms.gle/943kW9q25MpKEwW26"; |
export const BOT_INVITE_REQUEST_URL = "https://forms.gle/943kW9q25MpKEwW26"; |
3 |
export const SUPPORT_EMAIL_ADDRESS = "[email protected]"; |
export const SUPPORT_EMAIL_ADDRESS = "[email protected]"; |
4 |
export const GITHUB_REPO_URL = "https://github.com/onesoft-sudo/sudobot"; |
export const GITHUB_REPO_URL = "https://github.com/onesoft-sudo/sudobot"; |
5 |
export const DISCORD_URL = "https://discord.gg/892GWhTzgs"; |
export const DISCORD_URL = "https://discord.gg/892GWhTzgs"; |
6 |
export const branch = "main"; |
export const branch = "main"; |
7 |
|
export const BASE_URL = |
8 |
|
process.env.NEXT_PUBLIC_BASE_URL ?? "http://localhost:3000"; |