A Discord chat bot designed mostly for mischief.
  • Python 99.6%
  • Shell 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-03-29 12:20:25 -05:00
.vscode Began converting to new library version 2020-03-29 12:20:25 -05:00
commands Began converting to new library version 2020-03-29 12:20:25 -05:00
.gitignore Deleted outdated functions 2020-03-29 11:02:16 -05:00
aquobot.py Began converting to new library version 2020-03-29 12:20:25 -05:00
bot.sh Fixed weather sunrise time not displaying correctly 2017-09-10 21:47:00 -05:00
README.md Began converting to new library version 2020-03-29 12:20:25 -05:00
update.sh Added notifications if servers are joined/left 2017-07-19 23:17:22 -05:00

Aquobot

A Discord bot written with Python

https://github.com/aquova/Aquobot

http://aquova.github.io/Aquobot

Written by Austin Bricker (aquova), 2017-2020

https://twitter.com/aquova_

Overview

This is a bot designed to run in a server of the chat service Discord. It responds to commands and certain phrases, and can provide various services.

To add Aquobot to a Discord server, make sure you have 'Manager Server' permissions, then visit this link: https://discordapp.com/oauth2/authorize?client_id=323620520073625601&scope=bot&permissions=0

Installation

It's recommended to run aquobot in a Python virtual environment. This can be initialized via virtualenv --no-site-packages .