[go: up one dir, main page]

Tags

Tags give the ability to mark specific points in history as being important
  • v1.2.4

    e4e0ed79 · v1.2.4 ·
    Introduce @cocobot with a new trigger when mentioned, enhancing user interaction. Updated the introduction message in `/assets/cocobot-introduction.md` to dynamically include user mentions and version details. Transitioned license to CC BY 4.0, reflecting in `LICENSE`. Updated `CHANGELOG`, `CONTRIBUTING`, and `README.md` for clarity and consistency.
  • v1.2.3

    25fd8146 · v1.2.3 ·
    This version contains the new slash command `/learn`. Read more about this in the `README.md` file.
  • v1.2.2

    Implemented a cooldown mechanism for the 'tate' trigger, preventing users from triggering the response more than once every 30 minutes. The bot sends a GIF of Andrew Tate when the keyword 'tate' is mentioned, and users are informed if they are on cooldown. Additionally, added a more specific error message to the translation command to include the error type.
    
    - Added `last_triggered` dictionary to track user trigger times
    - Used `time` module alias `std_time` to handle time functions
    - Improved error handling for the translation command
  • v1.2.1

    36a3e6ae · v1.2.1 ·
    Fixed API key exposure, updated env vars, and improved error handling
  • v1.2.0

    dc1e725a · v1.2.0 ·
    This tag adds new features to the Discord bot, including support for displaying the current exchange rate, weather, and time in a specified location. It also improves code quality by adding inline code documentation and comments, better error handling, and improved readability.
  • v1.1.0

    73476545 · Added emojis ·
    This version introduces a new function. The slash command `/weather <location>` displays the current weather and conditions at a specified location (defaults to Bangkok).
  • v1.1.0-pre

    Preview of v1.1.0, which includes the `/time <city|country|both>` command but still has some little bugs inside.
  • v1.0.0

    6a37baa7 · README.md update ·
    The first working version of **cocobot**. The `/translate` command is the only slash command currently, and it accepts two arguments. Read more in README.md.