OpenRA / Orabot

A reincarnation of OpenRA's famous IRC bot, written in C# to service the OpenRA server on Discord.
3 stars 6 forks source link

Added replay parsing #30

Closed penev92 closed 3 years ago

penev92 commented 4 years ago

Added .orarep file parsing using the OpenRA Utility. This will parse a replay that is sent as an attachment and respond with an embed with game information.

Depends on #29.