https://github.com/emnudge/pushover
A discord bot for team management with a unique command syntax
https://github.com/emnudge/pushover
Last synced: about 1 year ago
JSON representation
A discord bot for team management with a unique command syntax
- Host: GitHub
- URL: https://github.com/emnudge/pushover
- Owner: EmNudge
- Created: 2019-04-02T01:25:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:39:29.000Z (over 3 years ago)
- Last Synced: 2025-04-14T02:55:31.937Z (about 1 year ago)
- Language: TypeScript
- Size: 12.9 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PUSHOVER
Discord bot template with unique command syntax.
Instead of the usual `[prefix]command arg1 arg2` syntax, pushover's syntax looks like a function.
Commands are instead written as `command(arg1, arg2)`. This allows commands to be a lot more intuitive to read and write. This syntax also allows us to "extend" from mini-libraries, known as utilities.
Commands are separated into files in folders. Commands will take up the name of their folder in the syntax of `[Folder name].[command name]([arguments])`.
Therefore, a command named `set` in the folder `ADMIN` will be called using the syntax `ADMIN.set([args])`.