Skip to content

TheGodVishnu21/Basic-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic Discord Bot

Welcome to the README of Basic Discord Bot! This bot is crafted to serve the members of The God Empire Discord server with an array of functionalities, paving the way for an engaging community experience.

Getting Started

Before you can run the bot, you need to set up a few things:

Prerequisites

  • Python 3.8 or newer
  • discord.py library

To install discord.py, run the following command:

pip install discord.py

Setting Up Your Bot

  1. Go to the Discord Developer Portal.
  2. Create a new application and name it.
  3. Under the "Bot" tab, click "Add Bot".
  4. Under the "TOKEN" section, click "Copy" to get your bot token.
  5. Enable the necessary Privileged Gateway Intents under the "Bot" section for your bot to function correctly.

Configuration

  1. Open main.py with your favorite text editor.
  2. Replace 'your_token_here' with your bot's actual token.

Running the Bot

With your token set, you can now run the bot using the following command:

python main.py

Features

  • Greet users with the !hello command.
  • Easily expandable command framework.
  • Intents enabled for future feature implementation.

Contributing

If you wish to contribute to the bot's development or suggest new features, feel free to open an issue or submit a pull request.

License

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

Acknowledgments

  • The God Empire community
  • The Discord API
  • Python and discord.py library creators and contributors

About

A very Basic discord.py for starters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages