From b6d3414368f0ece4431f0d7a05b1f7bdac2b0652 Mon Sep 17 00:00:00 2001 From: Sam Hofius Date: Sun, 24 Jan 2021 22:35:42 -0500 Subject: [PATCH] Remove comment leftover from something else..... oops --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index 5af17f1..dbf53ec 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,3 @@ -// This is a very simple bot that has 2 commands: set, and get. The set command sets a -// string variable named "message" in the Meta store, and the get command retrieves that -// variable and sends it to the user in a chat message. package main import (