Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MeowNexUS: Difference between revisions

From SWEE.codes wiki
No edit summary
No edit summary
Line 23: Line 23:
CCs or Custom Commands are easy-to-contribute commands that just run python code, the output should be from stdout.
CCs or Custom Commands are easy-to-contribute commands that just run python code, the output should be from stdout.


You can run $cc to get a list of all CCs, to run a cc, run it with the name like you run a normal command ($command)
You can run $cc to get a list of all CCs, to run a cc, run it with the name like you run a normal $command.

Revision as of 23:31, 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.

You can run $cc to get a list of all CCs, to run a cc, run it with the name like you run a normal $command.