Microbot is a simple and compact bot for Discord and Revolt. Powered by Disnake (discord.py fork), Voltage for Revolt Chat API and SQLite for databases. Writen on Python programming language.
Show screenshots | Add to Discord server | Add to Revolt server
-
Download or clone this repository with Git:
git clone https://github.com/tinelix/microbot.git
-
In
discord_api
folder, createDatabase
required folder for SQLite DB storage. -
If running Windows, in
discord.bat
file, replaceyour_token_here
to your Discord bot token. Or if running Linux or UNIX-like OS, indiscord.sh
file, replaceyour_token_here
to your Discord bot token.- The token can be obtained from Discord developer portal.
- To protect against bot hacks, before commiting we strongly advise you to disable change tracking for *.bat and *.sh files using the line:
git update-index --assume-unchanged *.bat *.sh
-
Run script.
-
Download or clone this repository with Git:
git clone https://github.com/tinelix/microbot.git
-
In
revolt_api
folder, createDatabase
required folder for SQLite DB storage. -
If running Windows, in
revolt.bat
file replaceyour_token_here
to your Revolt bot token. If running Linux or UNIX-like OS, inrevolt.sh
file replaceyour_token_here
to your Revolt bot token.- The token can be obtained from Revolt web client: 'Settings' → 'My Bots' → 'Token' → 'Reveal'.
- To protect against bot hacks, before commiting we strongly advise you to disable change tracking for *.bat and *.sh files using the line:
git update-index --assume-unchanged *.bat *.sh
-
Run script.
Apache License 2.0 & GNU Affero GPL 3.0 (or higher)