/Bowsette

A simple bot using the Arcadia API

Primary LanguagePythonApache License 2.0Apache-2.0

Bowsette

A simple bot using the Arcadia API

Installation

NOTE: To use bowsette, you must have python3+ installed.

Replace BOT_TOKEN to your bot token and API_KEY to your arcadia token

Run Bowsette

With python:

python3 main.py

with pm2:

pm2 start main.py --name "Bowsette" --interpreter "python3"