Ryan Cavicchioni ryanc
  • Joined on 2019-11-24
ryanc pushed to master at ryanc/bb 2022-08-24 13:52:43 +00:00
6c0000d409 Tidy up main
547063de2e Move handlers to their own package
435884b61a Move config to bot package
Compare 3 commits »
ryanc pushed to master at ryanc/bb 2022-08-23 00:31:20 +00:00
cf3fece52c Reaction handler will not add a variable number of reactions
ryanc pushed to master at ryanc/bb 2022-08-23 00:30:37 +00:00
d75a02554d Bind Discord and OpenWeatherMap tokens to environment variables
ryanc pushed to master at ryanc/bb 2022-08-22 13:05:35 +00:00
d790094399 Ignore bin
39e1153781 Ignore .vscode
Compare 2 commits »
ryanc pushed to master at ryanc/bb 2022-08-22 13:03:27 +00:00
f075e2454c Add Docker Compose file
ryanc pushed to master at ryanc/bb 2022-08-22 12:59:49 +00:00
322a88e0ad Make reaction handler more shit-posty
0fd921ee28 Make configuration file optional
Compare 2 commits »
ryanc pushed to master at ryanc/bb 2022-08-22 12:57:59 +00:00
f8cf68af83 Add entrypoint and CA certificates to Dockerfile
ryanc pushed to master at ryanc/bb 2022-08-08 05:40:58 +00:00
b2f69ed2f7 Add ignored config.go
ryanc pushed to master at ryanc/bb 2022-08-07 12:17:44 +00:00
bbdbe1e926 Add !version, remove !source
ryanc pushed to master at ryanc/bb 2022-08-07 12:13:32 +00:00
bcb54734ef Add !version, remove !source
ryanc pushed to master at ryanc/bb 2022-08-07 12:13:09 +00:00
1643fef377 Add HasCommand()
ryanc pushed to master at ryanc/bb 2022-08-05 15:04:33 +00:00
b852b02aed Added !source command
ryanc pushed to master at ryanc/bb 2022-08-04 16:14:54 +00:00
2674645475 SeedMathRand should return an error
ryanc pushed to master at ryanc/bb 2022-08-04 04:52:31 +00:00
2895789aac Inject config into each command handler
ryanc pushed to master at ryanc/bb 2022-08-04 04:28:23 +00:00
4e69e241dd Seed math/rand more efficiently
ryanc pushed to master at ryanc/bb 2022-08-04 04:24:51 +00:00
082412fa47 Seed math/rand more efficiently
ryanc pushed to master at ryanc/bb 2022-07-28 04:43:21 +00:00
d0ddca7fe1 make all handlers a struct
ryanc pushed to master at ryanc/bb 2022-07-28 04:42:48 +00:00
826ac3292f create util.go
ryanc pushed to master at ryanc/bb 2022-07-28 03:13:39 +00:00
85b2e2b99b remove argument requirement for time command
ryanc pushed to master at ryanc/bb 2022-07-28 03:04:15 +00:00
7031bcce40 add time command