Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.12 KB

31113

Main repository for 31113

Usage

  1. Create a file named secret.py inside the bot folder.
  2. Define your discord bot token as TOKEN, saucenao api token as SAUCE_TOKEN, reddit data as REDDIT_ID and REDDIT_SECRET respectively. Follow these steps to obtain the required reddit data.

    Example

    TOKEN = "discordbottokenhere"
    # Leave the strings below empty as "" if you don't plan on using them
    SAUCE_TOKEN = "saucenaoapitokenhere"
    REDDIT_ID = "redditappidhere"
    REDDIT_SECRET = "redditappsecrethere"
  3. Run the bot with
    python -O -m bot
    # Windows users may need to run this instead
    py -O -m bot

End User Documentation is available here

DigitalOcean Referral Badge