Chatot is a Discord bot primarily made for Bulbapedia and Bulbagarden Archives. It helps by intercepting wiki links while also having useful commands for quick information about the wiki.
There are a few message commands, which returns the most suitable result found on Bulbapedia or Bulbagarden Archives:
Syntax | Example | Description |
---|---|---|
[[<name>]] |
[[pikachu]] |
Returns articles, categories, or help pages on Bulbapedia |
[[File:<name>]] |
[[file:chesnaught]] |
Returns files on Bulbagarden Archives. You do not necessarily need the file extension. |
{{<name>}} |
{{typeIcon}} |
Returns a template on Bulbapedia |
{{Module:<name>}} |
{{module:kanban}} |
Returns a Lua module on Bulbapedia |
/revision-specific
: Get a specific revision- id: ID of this revision
/search
: Search on Bulbapedia- title: title for the search
/ping
: Ping command for development purposes
- Node.js >= v20
- PNPM >= v10
# development
pnpm dev
# build
pnpm build
# start in production
pnpm start
# general formatting
pnpm format
- Bulbatech
- KenderCharmeleon
- Originally based on dan5py's template