Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs update (english) #140

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions i18n/docs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,39 +36,40 @@
"title": "Other",
"donating": {
"title": "Donating",
"description": "other.donating.description",
"description": "Donating helps to keep our servers running, which ultimately lessens the downtime of the bot. A donation is always appreciated, be it a small amount. You can donate on our [Patreon]({{{ linkPatreon }}}).",
"crypto": {
"title": "Crypto",
"description": "other.donating.crypto.description"
"description": "Crypto donations coming soon!"
}
},
},
"roadmap": {
"title": "Roadmap"
},
"support": {
"title": "Support"
"title": "Support",
"description": "If you have any issues running the bot or have found a bug, or just need some help, feel free to join our [Discord]({{{ linkDiscord }}}) and ask for help there."
},
"translations": {
"title": "Translations",
"description": "other.translations.description",
"description": "We always welcome translators to translate the Docs of InviteManager. If you are interested in translating the Docs to your own language, you might want to join our [Transifex]({{{ linkTransifex }}}) team!",
"help": {
"title": "other.translations.help.title",
"description": "other.translations.help.description"
"title": "GitHub",
"description": "Translations can also be made using our GitHub [Repository]({{{ linkRepository }}}). Feel free to translate the Docs files to your own language and open up a pull request."
}
},
"webpanel": {
"title": "Webpanel",
"description": "other.webpanel.description"
"description": "Our [Webpanel]({{{ linkWebpanel }}}) is up and running! You can configure the bot using the webpanel.\n`Webpanel link:` https://app.invitemanager.gg/"
},
"changelog": {
"title": "Changelog"
},
"openSource": {
"title": "Open Source",
"description": "other.openSource.description",
"title": "Open Source",
"description": "InviteManager is Open Source! This means that you can access its code on GitHub and edit it and make a contribution. Feel free to contribute to the code and open a pull request! ",
"bot": {
"title": "Main Bot",
"description": "other.openSource.bot.description"
"description": "The code for the main bot can be found on the GitHub [Repository]({{{ linkRepository }}})."
}
}
},
Expand Down Expand Up @@ -122,20 +123,20 @@
},
"pro": {
"title": "Pro Bot",
"description": "start.pro.description"
"description": "The `InviteManager Pro` is the Premium version of InviteManager, which is only available for users who have purchased a subscription on our patreon. It has some exclusive features which aren't available in the main bot, and also has less downtimes. To know more about the Premium version's features, and its tiers, head to the `Premium` tab."
},
"quick": {
"title": "Quick Start",
"setup": {
"title": "Setup",
"description": "start.quick.setup.description",
"title": "Inviting the Bot",
"description": "First of all, you need to [Invite]({{{ linkInvite }}}) the bot to your server.",
"first": {
"title": "start.quick.setup.first.title",
"description": "start.quick.setup.first.description"
"title": "Setup",
"description": "To setup the bot, run the `!setup` command when the bot joins your server."
},
"second": {
"title": "start.quick.setup.second.title",
"description": "start.quick.setup.second.description"
"title": "Done!",
"description": "And its done! Now the bot will start tracking your invites! To configure the bot e.g change the join message or join message channel, head to the [Configs/Settings]({{{ linkConfigs/Settings }}}) category under the `Reference` tab for more information."
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/framework/commands/info/credits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ const developers: string[] = ['Andy#1801', 'Valandur#3581', 'santjum#0450', 'leg

// Staff
const moderators: string[] = [
'malok#8571',
'Alan Wen#3344',
'GTA Tetris#4587',
'𝕸σσɳ유#2296',
'SemiMute#2018',
'Mennoplays#0001',
'Simplee.#2222',
'Alan Wen#3344',
'malok#8571'
'Mennoplays#0001'
];

const staff: string[] = ['Audio#0265', 'Chris.#0006', 'Gugu72#0016'];
Expand All @@ -33,7 +32,8 @@ const translators: string[] = [
'Izmoqwy#0423',
'Qbiczeq#3641',
'qq1zz (REAL) (New Account)2374#1204',
'《Ն·Բ》ĂĆRΣANØ#1391'
'《Ն·Բ》ĂĆRΣANØ#1391',
'• xFalcon#1581'
];

export default class extends Command {
Expand Down