Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Releases: lukadd16/NBC-Boterator

NBC-Boterator v1.8.4

14 Mar 04:01
5c05a71
Compare
Choose a tag to compare

Bug Fixes

  • disboard: Guild check should be not equals (8ac61ac)

NBC-Boterator v1.8.3

13 Mar 03:01
65c73c8
Compare
Choose a tag to compare

Bug Fixes

  • disboard: Add guild check in on_message (d29ed76)
  • disboard: Remove supression of exceptions when deleting notification msg (8d6710c)

NBC-Boterator v1.8.2

25 Dec 21:47
abb3a73
Compare
Choose a tag to compare

Bug Fixes

  • utilities: suggest_channel in __init__ produced NoneType object instead of TextChannel; move UtilitiesCog helper functions to tools module (af6db91)

NBC-Boterator v1.8.1

07 May 23:28
6c92a80
Compare
Choose a tag to compare

Bug Fixes

  • disboard: Ignore AttributeError on first run of check_description (831f91e)

NBC-Boterator v1.8.0

07 May 23:17
04cfcca
Compare
Choose a tag to compare

Features

  • [WIP] Implement custom checks for future use in moderation commands (1b397d0)

Bug Fixes

  • disboard: Fetched notif channel from wrong server (6d7678c)
  • Last automated bump message should be deleted when the server is bumped again (679e20e)

NBC-Boterator v1.7.1

25 Apr 15:00
e2d93e3
Compare
Choose a tag to compare

Bug Fixes

  • disboard: Avoid uncaught AttributeError (when description is NoneType) (3c9b605)
  • disboard: Use path.join rather than string literals when finding FP to settings.ini (2f8b4ef)

NBC-Boterator v1.7.0

25 Apr 03:46
8f3c3f7
Compare
Choose a tag to compare

Features

  • Automated messages when server can be bumped on disboard.org (#67) (2b13c41)

NBC-Boterator v1.6.0

16 Apr 02:39
6181c17
Compare
Choose a tag to compare

Features

  • Incorporate tools.py delta_datetime functionality into whois command (3e0b884)
  • Refactor cog and add new functionality to assist process of updating existing partner records (#65) (417f0ec)
  • utilities: Add field to whois command that indicates how long ago the specified user last sent a message in the guild (e6ba8a5)
  • utilities: Colour of sidebar in embed response from whois command will match the colour of the specified member's top-most role (2f13d3e)

Bug Fixes

  • Add local error handler to pinned command to catch 403 Forbidden errors (897df04)

NBC-Boterator v1.5.0

05 Apr 03:40
999f94a
Compare
Choose a tag to compare

Features

  • New Owner-only Help Subcommand; Rename class (7492340)
  • Strip markdown and mentions from pinfo Content field; Add Modified field; Specify how long ago the message was sent/edited (25dfb7a)

Bug Fixes

  • Add +1 to value calculated in get_join_position() helper method (09eb8a4)
  • Add helper method that returns how many sec/min/hrs/days ago a datetime object is relative to today; Refactor logic to convert seconds into readable time format (d272f01)

NBC-Boterator v1.4.3

18 Feb 16:22
a69cd00
Compare
Choose a tag to compare

Bug Fixes

  • Add missing newlines to separate description links in 'about' command; Fix problematic discord text markdown (da0f794)