Skip to content

A simple Discord Bot with basic functionalities such as showing weather, displaying the latest news etc.

License

Notifications You must be signed in to change notification settings

linuxer77/basic-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

A simple Discord Bot with basic functionalities like showing weather, displaying latest news, and more.

Getting Started

To use this bot, you need to have Python installed on your machine.

  1. Clone this repository:
git clone https://github.com/distracteddue/Discord-bot
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Obtain necessary API keys:

    • OpenWeatherMap API key for weather functionality.
    • News API key for news functionality.
  2. Add your API keys and Discord bot token to the code.

  3. Run the bot:

python bot.py

Commands

  • =time: Shows the current time.
  • =date: Shows the current date and time.
  • =weather {city}: Shows the weather of the specified city.
  • =help_me: Shows available commands.

Contributing

Contributions are welcome! Feel free to submit pull requests or open issues if you encounter any problems or have suggestions for improvements.

About

A simple Discord Bot with basic functionalities such as showing weather, displaying the latest news etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages