Basic bot structure

This commit is contained in:
Dustin Pianalto
2020-09-09 12:23:50 -08:00
parent 6ade91132d
commit dc86a8c4d8
3 changed files with 16 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
package roller
func ParseRollString(s string) int {
}