Commit Graph

199 Commits

Author SHA1 Message Date
Dawid Wysokiński 50e132a591
Merge pull request #22 from tribalwarshelp/renovate/github.com-bwmarrin-discordgo-0.x
fix(deps): update module github.com/bwmarrin/discordgo to v0.23.2
2021-07-18 12:54:59 +02:00
Dawid Wysokiński e77866c918 replace UpdateStatus with UpdateGameStatus 2021-07-18 12:54:41 +02:00
Dawid Wysokiński 100fa7f5d7 Merge branch 'master' into renovate/github.com-bwmarrin-discordgo-0.x 2021-07-18 12:47:47 +02:00
Dawid Wysokiński 8f150ec1b9
Merge pull request #24 from tribalwarshelp/renovate/github.com-nicksnyder-go-i18n-v2-2.x
fix(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.1.2
2021-07-18 12:43:20 +02:00
Dawid Wysokiński 1854c45c42 Merge branch 'master' into renovate/github.com-nicksnyder-go-i18n-v2-2.x 2021-07-18 12:41:53 +02:00
Dawid Wysokiński 8dc36f29ad
Merge pull request #31 from tribalwarshelp/chore/refactor
chore: refactor
2021-07-18 12:39:48 +02:00
Dawid Wysokiński c5ef99b731 [WIP] 2021-07-18 12:38:57 +02:00
Dawid Wysokiński 0e45085f2a fix wrong indexes in splitEmbedFields 2021-07-18 12:34:16 +02:00
Dawid Wysokiński 1833d3893d remove unnecessary +1 in splitEmbedFields 2021-07-18 12:26:07 +02:00
Dawid Wysokiński c3eb4b42d1 the discord package - commands shouldn't be exported 2021-07-18 12:21:02 +02:00
Dawid Wysokiński 9da466d526 rename message.go -> ennoblement_msg, cleanup in ennoblement_msg.go 2021-07-18 12:08:46 +02:00
Dawid Wysokiński 1153829a70 refactor cron initialization 2021-07-18 10:28:28 +02:00
Dawid Wysokiński f11d4b061e delete helpers.go from the message package 2021-07-18 10:17:45 +02:00
Dawid Wysokiński 4b777e24af use MessageEmbedFieldBuilder.SetName where it's possible 2021-07-18 10:07:49 +02:00
Dawid Wysokiński 62c84e58c4 move hndlrChangeLanguage from observations.go to admin_commands.go 2021-07-18 10:02:13 +02:00
Dawid Wysokiński 9c71cb2ce9 add check if procTranslateCoords implements messageProcessor 2021-07-18 09:53:19 +02:00
Dawid Wysokiński 65b6557697 add a new interface - messageProcessor 2021-07-18 09:52:13 +02:00
Dawid Wysokiński 2adeb4f686 cleanup 2021-07-18 09:14:26 +02:00
Dawid Wysokiński 2f02cbe32d public commands - refactor 2021-07-18 08:53:12 +02:00
Dawid Wysokiński e6ff6fa509 observation commands refactor 2021-07-18 08:48:04 +02:00
Dawid Wysokiński 0d669e0c01 add a command handler interface, refactor - coords translation commands 2021-07-18 08:11:18 +02:00
Dawid Wysokiński fee7b101cd Session.SendEmbed refactor 2021-07-18 07:41:54 +02:00
Dawid Wysokiński 937e50b23e remove unnecessary allocation in isValidLanguageTag, rename getEmojiForGroupsCommand -> boolToEmoji 2021-07-18 07:28:48 +02:00
Dawid Wysokiński 704928d9b4 rename MessageEmbed -> MessageEmbedFieldBuilder 2021-07-18 07:25:16 +02:00
Dawid Wysokiński 438cca1146 remove comments from embed.go 2021-07-17 17:43:13 +02:00
Dawid Wysokiński 35d9a563fb rename one variable in Session.SendEmbed, remove comments from embed.go 2021-07-17 17:42:38 +02:00
Dawid Wysokiński b4b3379765 rename the models package -> model, return normal types instead of interfaces (repositories) 2021-07-17 17:22:36 +02:00
Dawid Wysokiński 241538a83f
Merge pull request #30 from tribalwarshelp/renovate/github.com-tribalwarshelp-golang-sdk-digest
fix(deps): update github.com/tribalwarshelp/golang-sdk commit hash to bb518cb
2021-07-17 13:48:02 +02:00
Renovate Bot 2511d141ec
fix(deps): update github.com/tribalwarshelp/golang-sdk commit hash to bb518cb 2021-07-17 11:34:03 +00:00
Dawid Wysokiński 4a213d7e37
Merge pull request #29 from tribalwarshelp/renovate/github.com-tribalwarshelp-golang-sdk-digest
fix(deps): update github.com/tribalwarshelp/golang-sdk commit hash to 98161a4
2021-07-17 10:45:26 +02:00
Renovate Bot 1c5078a1a7
fix(deps): update github.com/tribalwarshelp/golang-sdk commit hash to 98161a4 2021-07-17 08:44:41 +00:00
Dawid Wysokiński 1cba29b7dd
Merge pull request #27 from tribalwarshelp/renovate/github.com-tribalwarshelp-golang-sdk-digest
fix(deps): update github.com/tribalwarshelp/golang-sdk commit hash to 0e40924
2021-07-12 12:48:06 +02:00
Renovate Bot 9465d231e5
fix(deps): update github.com/tribalwarshelp/golang-sdk commit hash to 0e40924 2021-07-12 10:42:37 +00:00
Dawid Wysokiński 9ebf2a4ba7
Merge pull request #25 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to dcd6203
2021-07-12 11:45:29 +02:00
Renovate Bot 0eeacc621d
fix(deps): update github.com/tribalwarshelp/shared commit hash to dcd6203 2021-07-12 09:42:51 +00:00
Dawid Wysokiński 5769fbb61c feat: add a new workflow to .circleci/config.yml triggered by pushing a new git tag 2021-07-08 15:37:00 +02:00
Dawid Wysokiński fa24a03f1c
Merge pull request #21 from tribalwarshelp/renovate/circleci-golang-1.x
chore(deps): update circleci/golang docker tag to v1.16
2021-07-05 12:12:28 +02:00
Dawid Wysokiński 8879348490
Merge pull request #17 from tribalwarshelp/renovate/github.com-tribalwarshelp-golang-sdk-digest
fix(deps): update github.com/tribalwarshelp/golang-sdk commit hash to 2616854
2021-07-05 12:12:18 +02:00
Renovate Bot 9589e76fbb
fix(deps): update github.com/tribalwarshelp/golang-sdk commit hash to 2616854 2021-07-05 07:44:04 +00:00
Dawid Wysokiński 0c3052fcda
Merge pull request #19 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to f3e5bd0
2021-07-05 07:24:10 +02:00
Renovate Bot c356afedba
fix(deps): update github.com/tribalwarshelp/shared commit hash to f3e5bd0 2021-07-04 21:10:56 +00:00
Renovate Bot ae58c4b1c3
fix(deps): update module github.com/nicksnyder/go-i18n/v2 to v2.1.2 2021-07-04 18:54:40 +00:00
Renovate Bot 2e559a736b
fix(deps): update module github.com/bwmarrin/discordgo to v0.23.2 2021-07-04 17:14:08 +00:00
Renovate Bot a78d7f3c23
chore(deps): update circleci/golang docker tag to v1.16 2021-07-04 17:13:51 +00:00
Dawid Wysokiński 449ad1e82f
Merge pull request #20 from tribalwarshelp/renovate/golang.org-x-text-0.x
fix(deps): update module golang.org/x/text to v0.3.6
2021-07-04 19:13:41 +02:00
Renovate Bot 998a08dfcf
fix(deps): update module golang.org/x/text to v0.3.6 2021-07-04 16:44:13 +00:00
Dawid Wysokiński 46a1c8a54b update renovate.json 2021-07-04 17:58:24 +02:00
Dawid Wysokiński 163c29c96b
Merge pull request #18 from tribalwarshelp/renovate/github.com-tribalwarshelp-shared-digest
fix(deps): update github.com/tribalwarshelp/shared commit hash to 1eaae48
2021-07-04 17:46:21 +02:00
Renovate Bot a2e2fcf931
fix(deps): update github.com/tribalwarshelp/shared commit hash to 1eaae48 2021-07-04 15:42:44 +00:00
Dawid Wysokiński 2223d00709
Merge pull request #16 from tribalwarshelp/renovate/configure
Configure Renovate
2021-07-04 17:42:09 +02:00