Skip to content

Releases: TheTipo01/messageCounter

0.3.4

26 Jan 19:25
ff5fae2
Compare
Choose a tag to compare

Deferred messages!

0.3.3

06 Sep 16:37
0b248ae
Compare
Choose a tag to compare

Changelog

  • 0b248ae chore: go version bump
  • 6e5942b refactor: use bulkOverwrite for slash commands

0.3.2

06 Sep 13:35
2787bff
Compare
Choose a tag to compare

Changelog

  • 66bc048 chore: dep bump
  • 11ccc97 chore: dep bump
  • 82724ee chore: dep bump for go and goreleaser
  • 2787bff feat: docker support
  • 0b17a9a feat: send message mentioning the user who sent...
  • 78ee183 feat: specify site by config
  • 87a2749 fix: am i disabled?
  • 5e5cb0a fix: complete module path
  • 3986f9e fix: ignore null channels :)
  • ade4675 fix: move hidden channels after server creation

0.3.1

08 Oct 15:47
8844c1c
Compare
Choose a tag to compare

Changelog

0.3.0

08 Oct 15:40
db57904
Compare
Choose a tag to compare

Changelog

  • db57904 Merge pull request #1 from TheTipo01/dev
  • 68cf564 feat: don't let user vote twice
  • 7c4096c feat: polls
  • 1e7029f fix: check if an user is already in the group
  • 1b4e2ec fix: forgot the group and to add user to the db
  • f0b539f fix: ignore only if the user is not removing the reaction
  • 8213dd9 fix: negative answers
  • d8ac4fc fix: poll
  • 7537d3d fix: reactionAdd, addmember
  • 828d60c fix: weekly quote and dep bump

0.2.2

12 Sep 23:45
d13db1d
Compare
Choose a tag to compare

Changelog

0.2.1

12 Sep 22:52
66d5706
Compare
Choose a tag to compare

Changelog

0.2.0

16 Mar 20:06
5393199
Compare
Choose a tag to compare

Changelog

  • 71a52fb Added new stats command
  • 0ab2209 Changed JSON library
  • b164c63 Changed day to week
  • 1bb9770 Fixed nil pointer
  • 1b95d23 Fixed variables problem:tm:
  • 59409b3 Forgot interactionCreate handler
  • e13c530 Migrated JSON library to jsoniter
  • 615dd66 New wordcloud command
  • b3fc3b3 Random message sender now doesn't use deleted messages
  • b8ea312 Separated stats command
  • c43e5f3 Updated discordgo
  • c5feafd Use NOW() for storing timestamp
  • b822034 Whoops
  • a0d1678 chore: dep bump
  • 944bb14 feat: 100k messages notification
  • 3e8e395 feat: markov chain
  • 029b535 feat: new bot option
  • 5422015 feat: new undelete command
  • 5fc3d1e feat: updated dependencies
  • 6c6ea14 fix: attachment url on the same line as the message content
  • 1092dc5 fix: can't unmarshall time
  • 69cbcee fix: command not registering
  • bd3d437 fix: command were still not registering
  • edb7350 fix: don't test in production
  • e830854 fix: marshalling
  • 30eacb4 fix: message command and crash from wordcloud
  • 5393199 fix: missing column from query, go1.18
  • d05659a fix: model is now saved every time
  • ce1fc7d fix: new command not registering
  • 4dd3f15 fix: nil pointer
  • 86348e8 fix: php 8.1 for website
  • bef1824 fix: undelete command
  • c8a58ab refactor: auto-save every 5minutes
  • 52dd135 refactor: cleanup of the code
  • 72675eb refactor: new authorID column, renamed server table

0.1.0

05 Mar 20:03
31d824b
Compare
Choose a tag to compare

Changelog

31d824b Initial commit