Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 275 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 275 Bytes

Tiny-DiscordBot

How to run locally

  1. Clone the repo
  2. Setup your .env file
    DISCORD_TOKEN=YourDiscordBotToken
  3. Run python -m tinybot --dotenvfile-path path/to/.env --prefix !
  • Make sure intents are on
  • Specifying prefix is optional