RiiConnect24 / RC24-Bot

Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/rc24
https://rc24.xyz/
MIT License
36 stars 7 forks source link

Missing _ in a string #13

Closed kevinbioj closed 7 years ago

kevinbioj commented 7 years ago

Hola,

I think there's a mistake in the Larsenv's commit which adds the facts command to the RiiConnect24 bot. event.respond("_**Did you know?**__ " + facts.sample + " Got any facts we should add? Ask Larsenv or another RiiConnect24 developer!") should be replaced with event.respond("__**Did you know?**__ " + facts.sample + " Got any facts we should add? Ask Larsenv or another RiiConnect24 developer!")