Skip to content

A re-write of my original Risk of Rain 2 Discord Bot in Python using discord.py.

Notifications You must be signed in to change notification settings

typedef-sorbet/ror2_wiki_bot_rewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Requirements

This bot code requires Python 3.10, due to the use of Structural Pattern Matching (PEP 634)

Commands

!ping

General ping command.

!wiki <query_string>

Replies with a formatted message containing information from the Risk of Rain 2 wiki page most closely matching the query string.

Currently only works with survivor and item pages. Equipment and Lunar Equipment TBD.

!newt <query_string>

Replies with a formatted message containing images and descriptions of the Newt Altar locations of the map whose name most closely matching the query string.

Map variations TBD.

!github

Replies with a link to this repo.

About

A re-write of my original Risk of Rain 2 Discord Bot in Python using discord.py.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages