MeowNexUS: Difference between revisions
From SWEE.codes wiki
More actions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
MeowNexUS uses environment variables and SQLite 3 to store configuration and permissions. | MeowNexUS uses environment variables and SQLite 3 to store configuration and permissions. | ||
== Usage == | |||
The bot uses the $ prefix, the $help command can help you find what commands are available. | |||
=== cc === | |||
CCs or Custom Commands are easy-to-contribute commands that just run python code, the output should be from stdout. | |||
Revision as of 23:30, 11 March 2025
|
MeowNexUS logo. | |
| Released | June 6 2024 |
|---|---|
| Language | Python |
| Platform(s) | IRC, Discord, Guilded - Linux backend |
| License | MIT |
| Created by | Swee |
| Contributors | Depresst0, ShrugShoulders |
| Website | https://git.swee.codes/swee/MeowNex |
MeowNexUS, formerly known as SweeBot, is a bot Swee originally made for IRC, to show off his programming skills on Libera.Chat because the "cool people" had bots on the network, too.
MeowNexUS uses environment variables and SQLite 3 to store configuration and permissions.
Usage
The bot uses the $ prefix, the $help command can help you find what commands are available.
cc
CCs or Custom Commands are easy-to-contribute commands that just run python code, the output should be from stdout.