Skip to content

Clean up bot #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# Bash-Bot
Using Discord to control a terminal
Uses the Discord.py API to run a Discord bot's instance, eventually intended to run Bash commands locally on a dedicated Linux device.

------------------------------------

# Commands
By preceding a statement with `!`, the first word of a statement is considered to be a command and every other word an operand. Any time @user is incurred, it is with reference to a particular user and will send any user who has not muted the channel or bot in question a notification. These instances exist for the sake of example and are not to be taken verbatim.
## hello
Responds to the author with "Hello @author!" in the channel the command was sent through.
## download
Downloads the first attached file sent by the user.