From d31984618d3fe61826f7363335b47a4fd875457f Mon Sep 17 00:00:00 2001 From: Christopher Vollick <0@psycoti.ca> Date: Wed, 18 Aug 2021 16:54:40 -0400 Subject: [PATCH] Invite Codes is a Result Form If we don't do this, the ad-hoc bot won't format the table properly. --- sgx_jmp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/sgx_jmp.rb b/sgx_jmp.rb index 048a86d..074cdd2 100644 --- a/sgx_jmp.rb +++ b/sgx_jmp.rb @@ -507,6 +507,7 @@ Command.new( Command.finish("You have no more invites right now, try again later.") else Command.finish do |reply| + reply.form.type = :result reply.form.title = "Unused Invite Codes" reply.form.instructions = "Each of these codes is single use and gives the person using " \ -- 2.34.2