Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
/ Bot.py Public archive

Bot.py🐍General purpose bot written in Python for Discord.

License

Notifications You must be signed in to change notification settings

vaido-world/Bot.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was discontinued and archived.
Please refer to revolt.chat for alternative chat platform.

image A basic bot with features like: Member Welcome and Member Quit messages.

OAuth2 URL Generated Link

Invite this bot into your server.
Bot.py temporary hosted by me.

Add to Server2

Features:

  • None

Usage:

Commands:

  • None

Bot.py

General purpose bot written in Python for Discord.

Released into Public Domain. No rights reserved.

File description
bot.py Main project file.
start-bot.cmd Windows Script to launch the bot.
toggle-bot.sh Linux Script to launch or stop the bot.

Self hosting

1. Bot Token Retrieval

  1. Open Discord Bot Developer Portal page.
  2. Press the New Application button.
  3. Open Bot Tab.
  4. Click Add Bot button.
  5. Click Reset Token button.
  6. Click Copy button.
  7. Use Left Mouse Button to paste the Bot Token.

Bot Hosting requirements

  • Python 3

2. Bot Hosting: How To

  1. Download Bot.py Source Code.
  2. Double click bot.cmd file.
  3. Insert Bot Token.
  4. Invite Bot into your server.
  5. Check if the Bot is Online.

3. Bot Hosting: Inviting Bot

  1. Open Discord Bot Developer Portal page.
  2. Select your Bot.
  3. Open OAuth2 button.
  4. Open URL Generator subtab.
  5. In the Scopes table, tick bot scope
  6. Copy the GENERATED URL at the bottom of the page.
  7. Paste the GENERATED URL into your web browser.
  8. Accept the invitation of the bot into your server.

Misc Links

Developer_Portal
Discord Bot Developer Portal