diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dfe0770..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index fe69ef1..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -@tovade diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index 2431eed..0000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,76 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, sex characteristics, gender identity and expression, -level of experience, education, socio-economic status, nationality, personal -appearance, race, religion, or sexual identity and orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces -when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an appointed -representative at an online or offline event. Representation of a project may be -further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at {your_email}. All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq \ No newline at end of file diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 22debae..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -patreon: # Andoi diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index f63363f..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: your_title -labels: your_label -assignees: your_username ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 6cae7dc..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: Feature Request -labels: your_labels -assignees: your_username - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 94154ee..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml deleted file mode 100644 index 327ca2c..0000000 --- a/.github/workflows/node.js.yml +++ /dev/null @@ -1,30 +0,0 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: Node.js CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [14.x, 15.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - run: npm ci - - run: npm run build --if-present - - run: node src/index.js diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 76aed5e..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/node_modules -config.json -andoi.json -src/giveaways.json -index.js -package-lock.json \ No newline at end of file diff --git a/LICENSE b/LICENSE deleted file mode 100644 index b09cd78..0000000 --- a/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/README.md b/README.md deleted file mode 100644 index d216967..0000000 --- a/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Andoi -**NOTE** *website does not work as of now due to host limits* -## Information - -Andoi is a multipurpose bot made with javascript -No. You cannot ask for support hosting this bot if you still do you can get blacklisted on the bot and banned in the support server. - -## Links - -- [Support](https://discord.gg/uvapYj5Wrf) -- [Invite](https://top.gg/bot/728694375739162685/invite) - -## License - -Š Copyright 2021, Andoi developer team. - -[Apache 2.0 License](https://opensource.org/licenses/Apache-2.0) -This is a package made with ❤ and Javascript diff --git a/config.example.json b/config.example.json deleted file mode 100644 index 6ebdc23..0000000 --- a/config.example.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "everyoneMention": false, - "hostedBy": true, - "owners": ["your id"], - "bugchannel": "channel id", - "imdbKey": "imdb api key here", - "configDefaultSettings": { - "levelMessage": false, - "prefix": "a!" - }, - "userDefaultStats": { - "bank": 0, - "money": 0 - }, - "Token": "token here", - "Mongo": "mongoDB key here", - "news": "news api key here", - "dblkey": "", - "fortnite": "fortnite tracker key here", - "default_lang": "english", - "dev": false, - "listcord": "listcord api key here" -} diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 467e276..0000000 --- a/docs/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Andoi's Docs - Index - -- [Installation](installation.md) - - [Requirements](installation.md#requirements) - - [Usage](installation.md#usage) - - [Api keys](installation.md#api-keys) - - [Config](installation.md#config) -- Contributing - - [Guide](contributing.md) -- [FAQ](faq.md) - -# Links - -[Add Andoi](https://discord.com/oauth2/authorize?client_id=728694375739162685&permissions=0&scope=bot%20applications.commands) - -[Andoi support server](https://discord.gg/uvapYj5Wrf) - -## - -[Return to Readme](https://github.com/tovade/Andoi) diff --git a/docs/commands.md b/docs/commands.md deleted file mode 100644 index cc6feb1..0000000 --- a/docs/commands.md +++ /dev/null @@ -1,3499 +0,0 @@ -# Andoi's Command List - Total commands: 224 -> ❤ Command list generated [here](https://github.com/Tovade/Andoi/blob/main/scripts/updateDocs.js) - - - -### animal [9] -| Name | Description | -| ---- | ----------- | -| [bear](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#bear) | Shows a picture of a bear | -| [birb](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#birb) | Shows a picture of a birb | -| [bunny](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#bunny) | Shows a picture of a bunny | -| [cat](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#cat) | Shows a picture of a cat | -| [catfact](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#catfact) | Returns a cat fact | -| [dog](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#dog) | Shows a picture of a dog | -| [dogfact](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#dogfact) | Returns a dog fact | -| [whale](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#whale) | Shows a picture of a whale | -| [panda](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#panda) | Shows a picture of a panda | - - - - -### application [8] -| Name | Description | -| ---- | ----------- | -| [addQuestions](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#addQuestions) | Add's questions to the Database | -| [appConfig](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#appConfig) | Change config of the application system | -| [apply](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#apply) | Apply to get a staff rank | -| [approve](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#approve) | Approve an application | -| [deny](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#deny) | Deny an application | -| [questions](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#questions) | Get the questions! | -| [remquestion](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#remquestion) | Remove questions from the Database | -| [review](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#review) | Review applications. | - - - - -### config [22] -| Name | Description | -| ---- | ----------- | -| [addcmd](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#addcmd) | add guild custom commands | -| [blacklistedwords](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#blacklistedwords) | Add/remove blacklisted words | -| [delcmd](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#delcmd) | Delete the custom commannd | -| [disable](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#disable) | Disables a command | -| [enable](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#enable) | Enables a command | -| [ignoredchannels](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#ignoredchannels) | Add/remove ignored channels | -| [setleave](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setleave) | Set the leave channel | -| [setlog](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setlog) | Set the log channel | -| [setstarboard](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setstarboard) | Set the starboard channel | -| [setwelcome](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setwelcome) | Set the welcome channel | -| [setandoichat](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setandoichat) | Set the andoi chat channel | -| [setautorole](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setautorole) | Set the role people get uppon joining | -| [setcovid](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setcovid) | Set the covid auto posting channel | -| [setglobalchat](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setglobalchat) | Set the leave channel | -| [setleavemsg](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setleavemsg) | Changes the leave message. | -| [setmodlog](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setmodlog) | Set the modlog channel | -| [setmute](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setmute) | Set the mute role | -| [settings](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#settings) | Show the config! | -| [setverify](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setverify) | Configure verification settings | -| [setwelcomemsg](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setwelcomemsg) | Changes the welcome message. | -| [setsuggest](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setsuggest) | Set the suggestion channel | -| [prefix](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#prefix) | Change the guild prefix | - - - - -### economy [15] -| Name | Description | -| ---- | ----------- | -| [andoishop](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#andoishop) | The shop of the bot. | -| [balance](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#balance) | balance | -| [beg](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#beg) | beg someone for money | -| [buy](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#buy) | Buy an item from the store | -| [daily](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#daily) | daily | -| [deposit](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#deposit) | deposit money to your bank | -| [dice](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#dice) | Roll a dice | -| [inventory](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#inventory) | View your or a user inventory | -| [job](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#job) | Assign a job! | -| [profile](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#profile) | See the full profile of a user | -| [rich](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#rich) | Richest people on the bot | -| [rob](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#rob) | Rob up to 1000coins from somebody | -| [store](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#store) | View the store/shop to buy something | -| [withdraw](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#withdraw) | Withdraw money to your bank | -| [work](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#work) | Work for moneys! | - - - - -### fun [18] -| Name | Description | -| ---- | ----------- | -| [achievement](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#achievement) | Gives you an achievment | -| [advice](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#advice) | Gives you advice | -| [calculate](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#calculate) | Shows Calculated Answers Of User's Query | -| [coinflip](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#coinflip) | flips a coin | -| [emojify](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#emojify) | Changes text into emojis | -| [fact](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#fact) | Sending random fact | -| [joke](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#joke) | Sending random joke | -| [meme](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#meme) | get a funny meme | -| [motivation](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#motivation) | Get a random motivation quote | -| [quote](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#quote) | undefined | -| [remind](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#remind) | Remind You ;)! | -| [reverse](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#reverse) | Reverses the supplied text | -| [roast](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#roast) | Roasts people | -| [say](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#say) | Says your input via the bot | -| [soundboard](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#soundboard) | fun meme sounds | -| [status](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#status) | Shows status of users | -| [why](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#why) | why | -| [snipe](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#snipe) | get deleted messages | - - - - -### games [7] -| Name | Description | -| ---- | ----------- | -| [8ball](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#8ball) | 8Ball | -| [akinator](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#akinator) | Think About A Real or Fictional Character, I Will Try To Guess It | -| [ascii](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#ascii) | Transform text to ascii | -| [memory](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#memory) | Test Your Memory | -| [rps](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#rps) | Rock Paper Scissors Game. React to one of the emojis to play the game. | -| [tictactoe](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#tictactoe) | Play A Game Of TicTacToe With Another User | -| [trivia](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#trivia) | Answer A Trivia Question, Join VC While Playing For More Fun (optional) - Inspired By The Show Jeopardy | - - - - -### giveaway [4] -| Name | Description | -| ---- | ----------- | -| [drop](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#drop) | Quick giveaway | -| [end-giveaway](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#end-giveaway) | end a giveaway | -| [reroll-giveaway](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#reroll-giveaway) | reroll a giveaway | -| [start-giveaway](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#start-giveaway) | starts a giveaway | - - - - -### image [26] -| Name | Description | -| ---- | ----------- | -| [ad](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#ad) | Ad a user LMAO! | -| [affect](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#affect) | No.. it doesnt affect my child | -| [avatar](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#avatar) | Shows Avatar | -| [avatarfusion](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#avatarfusion) | Draws A User's Avatar Over Other User's Avatar | -| [bed](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#bed) | undefined | -| [blur](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#blur) | Blur a user LMAO! | -| [captcha](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#captcha) | Shows Captcha Image Of An User | -| [changemymind](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#changemymind) | tell someone to change your mind | -| [clyde](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#clyde) | let clyde say something | -| [crab](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#crab) | Crab rave with text! | -| [dab](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#dab) | Dab! | -| [delete](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#delete) | Delete a user LMAO! | -| [fakenews](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#fakenews) | Fakenews alert! | -| [gay](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#gay) | Gay a user LMAO! | -| [greyscale](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#greyscale) | Greyscale a user LMAO! | -| [jail](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#jail) | Jail somoene! | -| [love](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#love) | Shows Image of 2 Lovers, 3 persons! | -| [magic](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#magic) | Shows a picture of yourself | -| [notstonks](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#notstonks) | notstonk a user LMAO! | -| [slap](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#slap) | Slapped | -| [spank](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#spank) | Do i need to explain this? | -| [stonks](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#stonks) | stonk a user LMAO! | -| [thomas](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#thomas) | Thomas a user LMAO! | -| [trash](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#trash) | Trash a user LMAO! | -| [triggered](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#triggered) | trigger a user LMAO! | -| [tweet](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#tweet) | tweet for fun without twitter | - - - - -### info [10] -| Name | Description | -| ---- | ----------- | -| [botinfo](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#botinfo) | get info about the bot | -| [credits](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#credits) | People who have helped Andoi | -| [feedback](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#feedback) | Sends Feedback | -| [help](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#help) | Get list of all command and even get to know every command detials | -| [license](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#license) | Shush | -| [links](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#links) | All the links for andoi! | -| [ping](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#ping) | Get the bot's ping! | -| [redeem](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#redeem) | Redeem an premium key | -| [updates](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#updates) | Learn more about current and future updates. | -| [uptime](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#uptime) | check how long the bot has been online for | - - - - -### utility [40] -| Name | Description | -| ---- | ----------- | -| [report-bug](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#report-bug) | report a bug to us | -| [afk](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#afk) | | -| [corona](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#corona) | Get the stats of corona | -| [imdb](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#imdb) | Get the information about series and movie | -| [randomcolor](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#randomcolor) | Get a random color | -| [subreddit](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#subreddit) | Returns a random reddit post | -| [shorturl](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#shorturl) | Shorten an url! | -| [spotify](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#spotify) | Shows status of users | -| [suggest](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#suggest) | Send your Suggestion | -| [translate](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#translate) | Translate a sentence | -| [slowmode](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#slowmode) | Set the slowmode for the channel | -| [binary](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#binary) | Binary code :D | -| [capture-website](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#capture-website) | Return a screenshot of the website | -| [channelinfo](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#channelinfo) | Get information about a channel | -| [docs](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#docs) | Search on the docs of discord.js | -| [embed](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#embed) | Create an embed :D | -| [emojis](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#emojis) | Get the emojis from the current server! | -| [emoji-info](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#emoji-info) | Info of an emoji | -| [fortniteshop](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#fortniteshop) | Get info about the fortnite shop from today | -| [generateqr](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#generateqr) | Generates a qr code! | -| [github-repository](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#github-repository) | Search an github repository | -| [github-user](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#github-user) | Search for an user on github. | -| [guildinvite](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#guildinvite) | Creates an invite for the server | -| [ipinfo](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#ipinfo) | Gets info about an ip adress | -| [membercount](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#membercount) | get the membercount of the server | -| [memberslb](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#memberslb) | List the members who joined this server in a leaderboard | -| [minecraft](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#minecraft) | Get info about a minecraft server | -| [news](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#news) | Replies with the 5 latest world news headlines | -| [npm](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#npm) | Check for packages on npm! | -| [permissions](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#permissions) | Your permissions. | -| [playstore](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#playstore) | Show Playstore Application Information Of Your Given Name! | -| [poll](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#poll) | Create a poll with ease! | -| [readqr](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#readqr) | Reads an qr code! | -| [roleinfo](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#roleinfo) | shows stats of the mentioned role | -| [roles](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#roles) | See all the roles for this server | -| [selfrole](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#selfrole) | undefined | -| [serverinfo](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#serverinfo) | Get Info About The Server. | -| [userinfo](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#userinfo) | Shows the info about an user account | -| [vote](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#vote) | vote for me! | -| [weather](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#weather) | Shows weather of a city | - - - - -### levels [6] -| Name | Description | -| ---- | ----------- | -| [leaderboard](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#leaderboard) | Check current guild leaderboard.! | -| [modifylevel](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#modifylevel) | Modify somebody's level. | -| [rank](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#rank) | Check your current rank! | -| [removelevel](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#removelevel) | Remove somebody from the database! | -| [setlevelroles](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setlevelroles) | Add/remove level roles | -| [togglelevel](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#togglelevel) | Toggles the level system | - - - - -### moderation [18] -| Name | Description | -| ---- | ----------- | -| [stealemoji](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#stealemoji) | Steal an emoji from a different server | -| [addrole](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#addrole) | add a role to someone | -| [ban](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#ban) | Ban anyone with one shot whithout knowing anyone xD | -| [clear](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#clear) | clear amount of messages | -| [createrole](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#createrole) | This command creates a role with the name of what you say | -| [kick](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#kick) | Kick anyone with one shot xD | -| [lock](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#lock) | lock a channel | -| [mute](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#mute) | mute a user | -| [nuke](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#nuke) | Nuke the current channel, delete all messages of the channel | -| [removerole](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#removerole) | remove a role from mentioned user or with given id | -| [resetwarns](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#resetwarns) | Reset warnings of mentioned person | -| [softban](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#softban) | Soft Ban a User | -| [tempban](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#tempban) | tempban someone for a time | -| [unban](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#unban) | unban an member with their id | -| [unlock](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#unlock) | unlock a channel | -| [unmute](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#unmute) | Unmute someone :eyes: | -| [warn](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#warn) | Warn anyone who do not obey the rules | -| [warnings](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#warnings) | Get the warnings of yours or mentioned person | - - - - -### music [14] -| Name | Description | -| ---- | ----------- | -| [back](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#back) | Go back your going to fast! | -| [filter](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#filter) | Filters | -| [loop](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#loop) | Toggle music loop | -| [np](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#np) | Show now playing song | -| [pause](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#pause) | Pause the currently playing music | -| [play](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#play) | Plays audio from YouTube or Soundcloud | -| [queue](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#queue) | Show the music queue and now playing. | -| [resume](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#resume) | Resume currently playing music | -| [search](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#search) | Search for music! | -| [shuffle](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#shuffle) | Shuffle music! | -| [skip](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#skip) | Skip the currently playing song | -| [stop](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#stop) | Stops the music | -| [volume](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#volume) | Change volume of currently playing music | -| [filters](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#filters) | Check current filters! | - - - - -### tickets [6] -| Name | Description | -| ---- | ----------- | -| [remove](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#remove) | Remove an user from the ticket! | -| [add](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#add) | Add a user to a ticket | -| [close](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#close) | closes a ticket! | -| [new](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#new) | makes a ticket channel! | -| [panel](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#panel) | Get the pannel! | -| [transcript](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#transcript) | get a transcript of a ticket! | - - - - -### owner [11] -| Name | Description | -| ---- | ----------- | -| [addmoney](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#addmoney) | Add money to a user | -| [blacklist](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#blacklist) | Remove/add blacklist from a user | -| [eval](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#eval) | Eval | -| [exec](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#exec) | Eval | -| [guilds](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#guilds) | View all guilds the bot is in | -| [leaveguild](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#leaveguild) | Leaves a guid by the provided Id | -| [premium](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#premium) | Make a premium code | -| [reload](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#reload) | lol | -| [removemoney](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#removemoney) | Remove money from a user | -| [reseteco](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#reseteco) | Add money to a user | -| [restart](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#restart) | restart to trigger people | - - - - -### premium [2] -| Name | Description | -| ---- | ----------- | -| [morse](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#morse) | Morse code | -| [nitro](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#nitro) | Use an emoji thats ment for nitro users | - - - - -### reminder [4] -| Name | Description | -| ---- | ----------- | -| [edit-reminder](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#edit-reminder) | Edit an active reminder | -| [reminders](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#reminders) | Check you're reminders | -| [remove-reminder](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#remove-reminder) | Remove your reminder | -| [setreminder](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#setreminder) | set a reminder for later... | - - - - -### search [2] -| Name | Description | -| ---- | ----------- | -| [fortnite](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#fortnite) | get info about a fortnite user | -| [lyrics](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#lyrics) | Find the lyrics of a song! | - - - - -### reactions [2] -| Name | Description | -| ---- | ----------- | -| [rradd](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#rradd) | Add a reaction role | -| [rrremove](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#rrremove) | Add a reaction role | - -# Detailed Command List -## animal | 9 Commands - -### Bear -Command: bear - -Category: animal - -Description: Shows a picture of a bear - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Birb -Command: birb - -Category: animal - -Description: Shows a picture of a birb - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Bunny -Command: bunny - -Category: animal - -Description: Shows a picture of a bunny - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Cat -Command: cat - -Category: animal - -Description: Shows a picture of a cat - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Catfact -Command: catfact - -Category: animal - -Description: Returns a cat fact - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Dog -Command: dog - -Category: animal - -Description: Shows a picture of a dog - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Dogfact -Command: dogfact - -Category: animal - -Description: Returns a dog fact - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Whale -Command: whale - -Category: animal - -Description: Shows a picture of a whale - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Panda -Command: panda - -Category: animal - -Description: Shows a picture of a panda - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) -## application | 8 Commands - -### Addquestions -Command: addQuestions - -Category: application - -Description: Add's questions to the Database - -Usage: N/A - -Aliases: aq, addquestion - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Appconfig -Command: appConfig - -Category: application - -Description: Change config of the application system - -Usage: N/A - -Aliases: appc, appconfig, appcof - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Apply -Command: apply - -Category: application - -Description: Apply to get a staff rank - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Approve -Command: approve - -Category: application - -Description: Approve an application - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Deny -Command: deny - -Category: application - -Description: Deny an application - -Usage: N/A - -Aliases: decline - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Questions -Command: questions - -Category: application - -Description: Get the questions! - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Remquestion -Command: remquestion - -Category: application - -Description: Remove questions from the Database - -Usage: N/A - -Aliases: rq, removequestions - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Review -Command: review - -Category: application - -Description: Review applications. - -Usage: N/A - -Aliases: rev - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) -## config | 22 Commands - -### Addcmd -Command: addcmd - -Category: config - -Description: add guild custom commands - -Usage: addcmd - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Blacklistedwords -Command: blacklistedwords - -Category: config - -Description: Add/remove blacklisted words - -Usage: N/A - -Aliases: wordsfilter, filterwords - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Delcmd -Command: delcmd - -Category: config - -Description: Delete the custom commannd - -Usage: delcmd - -Aliases: removecmd - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Disable -Command: disable - -Category: config - -Description: Disables a command - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Enable -Command: enable - -Category: config - -Description: Enables a command - -Usage: N/A - -Aliases: N/A - -[Back to top](https://github.com/Tovade/Andoi/blob/master/docs/commands.md#Andoi-command-list) - - -### Ignoredchannels -Command: ignoredchannels - -Category: config - -Description: Add/remove ignored channels - -Usage: set