Skip to content

Commit

Permalink
V2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowGamer committed Mar 29, 2021
1 parent aa128c8 commit e8e4487
Show file tree
Hide file tree
Showing 35 changed files with 2,665 additions and 844 deletions.
2 changes: 0 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
token=
prefix=
welcomeChannel=
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.data
.env
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
<h1 align="center">Invite Manager</h1>
<p align="center">
<a href="LICENSE">
<img src="https://img.shields.io/github/license/theshadowgamer/invite-manager?label=License">
</a>
<a href="https://github.com/theshadowgamer/invite-manager/stargazers">
<img src="https://img.shields.io/github/stars/theshadowgamer/invite-manager?label=Stars">
</a>
<img src="https://img.shields.io/github/v/release/theshadowgamer/invite-manager?label=Latest%20Version">
<img src="https://img.shields.io/github/last-commit/theshadowgamer/invite-manager?label=Last%20Update&logo=github">
<img src="https://img.shields.io/github/languages/code-size/theshadowgamer/invite-manager?label=Size">
<img src="https://img.shields.io/github/issues/theshadowgamer/invite-manager?label=Issues">
</p>

---

**Getting Started**
Invite Manager is an advanced, easy to setup, free, and unbranded Discord bot. The instructions to set it up and host it are available here: https://github.com/TheShadowGamer/invite-manager/wiki/setup
Invite Manager is an advanced, easy to setup, free, and unbranded Discord bot. The instructions to set it up and host it are available [here](https://github.com/TheShadowGamer/invite-manager/wiki/setup).

**Support**
If you need help with the bot, feel free to join our support server here: https://discord.gg/xNks8jb.
If you need help with the bot, feel free to [join our support server](https://discord.gg/xNks8jb).

**Other Information**
Invite Manager requires Node.js v12 or higher.

License: https://github.com/TheShadowGamer/invite-manager/blob/master/LICENSE
Acknowledgements: https://github.com/TheShadowGamer/invite-manager/blob/master/acknowledgements.md
[License](https://github.com/TheShadowGamer/invite-manager/blob/master/LICENSE)
[Acknowledgements](https://github.com/TheShadowGamer/invite-manager/blob/master/acknowledgements.md)

Please note we are not responsible for if anything happens to your bot account. It is your responsibility to keep the token away from anyone you don't trust. The bot uses discord.js to interact with the Discord API with your bot token. Do not share your .env file with anyone once filled out.

Please also note that Discord has a TOS for its API: https://discord.com/developers/docs/legal

This TOS is being updated August 15th, 2020 and will require all bots to have a privacy policy (even if it just says you don't collect personal information and has a way to contact you with any privacy concerns). You will need to add this yourself.

More info can be found on the [Discord Developers](https://discord.gg/discord-developers) server in [this](https://discord.com/channels/613425648685547541/697489244649816084/728031320625905794) message.
More info can be found on the [Discord Developers](https://discord.gg/discord-developers) server in [this message](https://discord.com/channels/613425648685547541/697489244649816084/728031320625905794).

It is your responsibility to make sure your use of this bot is not against the TOS of any services it uses.
22 changes: 17 additions & 5 deletions acknowledgements.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
Most of the index.js file and the db.js file:
The Slash Command Handler ([source](https://github.com/yogurtsyum/i-want-a-bot/blob/slash-commands/index.js#L75-L106)) ([used here](https://github.com/TheShadowGamer/Invite-Manager/blob/main/listeners/interactionCreate.js#L7-L42)):

MIT License

Copyright (c) 2020 yogurtsyum
Copyright (c) 2021 yogurtsyum

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 0 additions & 7 deletions bot-status.json

This file was deleted.

268 changes: 0 additions & 268 deletions commands/addinvites.js

This file was deleted.

7 changes: 0 additions & 7 deletions commands/help.js

This file was deleted.

Loading

0 comments on commit e8e4487

Please sign in to comment.