interactions-py / interactions.py

A highly extensible, easy to use, and feature complete bot framework for Discord
https://interactions-py.github.io/interactions.py/
MIT License
838 stars 184 forks source link

fix: export CronTrigger #1676

Closed AstreaTSS closed 6 months ago

AstreaTSS commented 6 months ago

Pull Request Type

Description

CronTrigger wasn't exposed in the __all__s it needed to be exposed in. This PR fixes that.

This PR can be thought of as a light version of #1672, since that PR is currently being debated on.

Changes

Related Issues

Test Scenarios

from interactions import CronTrigger

Python Compatibility

Checklist