1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Fixed mew typo

This commit is contained in:
Maik Wild 2017-11-02 17:43:40 +01:00
parent 9a9a48e600
commit a09a4fbf91

View File

@ -57,7 +57,7 @@ function hodor(event)
if message:match("discord") then
if game.player then
game.player.print("Did you ask about our discord server?")
game.player.print("You can find it here: www.discord.mew/redmew")
game.player.print("You can find it here: www.discord.me/redmew")
end
end
end