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

Fixed the Help command breaking #29

Closed penev92 closed 3 years ago

penev92 commented 4 years ago

It would throw an exception because it would exceed Discord's message character limit.

Depends on #28.