Skip to content

๐Ÿ† Manage user invites through a Discord bot for events / giveaways / referrals.

License

Notifications You must be signed in to change notification settings

0xAzureDev/invites-manager-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Invites Manager Discord Bot

๐Ÿ† Manage user invites through a Discord bot for events / giveaways / referrals.

How to download it

How to set up

To set up the bot I made it as simple as possible. I now created a config.json file where you can put the needed things to edit.

Here is an explanation of what everything is:

Variable What it is
YOUR_BOT_PREFIX_HERE The prefix you want to use for normal commands
YOUR_BOT_TOKEN_HERE The token of your bot
YOUR_BOT_PERMISSIONS_HERE The permissions integer your bot needs when it gets invited
YOUR_APPLICATION_ID_HERE The application ID of your bot
OWNERS The user ID of all the bot owners

How to start

To start the bot you simply need to launch, either your terminal (Linux, Mac & Windows), or your Command Prompt ( Windows) .

Before running the bot you will need to install all the requirements with this command:

pip install -r requirements.txt

If you have multiple versions of python installed (2.x and 3.x) then you will need to use the following command:

python3 bot.py

or eventually

python3.x bot.py

Replace x with the version of Python you have installed.

If you have just installed python today, then you just need to use the following command:

python bot.py

Built With

Contributing

  1. Fork it (https://github.com/0xAzureDev/invites-manager-discord-bot/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'feat: some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

Distributed under the MIT License. See LICENSE for more information. LicenseContributing

Disclaimer: Template forked from kkrypt0nn

About

๐Ÿ† Manage user invites through a Discord bot for events / giveaways / referrals.

Topics

Resources

License

Stars

Watchers

Forks

Languages