Remove extra spacing from matrix error message

This commit is contained in:
Noah 2024-04-12 11:21:41 -05:00
parent e62d7fe0c2
commit 2e5c3dbed6

View File

@ -88,7 +88,7 @@ func initMatrix() {
} }
} }
if !found_command { if !found_command {
client.SendText(ctx, evt.RoomID, Circles["red"]+" Command not found") client.SendText(ctx, evt.RoomID, Circles["red"]+"Command not found")
} }
break break
} }