Skip to content

Commit

Permalink
Move hikari.impl.bot to hikari.impl.gateway_bot (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa authored Apr 2, 2023
1 parent 81f8542 commit 61f3189
Show file tree
Hide file tree
Showing 9 changed files with 1,319 additions and 1,284 deletions.
1 change: 1 addition & 0 deletions changes/1576.deprecation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`hikari.impl.bot` moved to `hikari.impl.gateway_bot`.
2 changes: 1 addition & 1 deletion hikari/impl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

from __future__ import annotations

from hikari.impl.bot import *
from hikari.impl.buckets import *
from hikari.impl.cache import *
from hikari.impl.config import *
from hikari.impl.entity_factory import *
from hikari.impl.event_manager import *
from hikari.impl.event_manager_base import *
from hikari.impl.gateway_bot import *
from hikari.impl.interaction_server import *
from hikari.impl.rate_limits import *
from hikari.impl.rest import *
Expand Down
2 changes: 1 addition & 1 deletion hikari/impl/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# DO NOT MANUALLY EDIT THIS FILE!
# This file was automatically generated by `nox -s generate-stubs`

from hikari.impl.bot import *
from hikari.impl.buckets import *
from hikari.impl.cache import *
from hikari.impl.config import *
from hikari.impl.entity_factory import *
from hikari.impl.event_manager import *
from hikari.impl.event_manager_base import *
from hikari.impl.gateway_bot import *
from hikari.impl.interaction_server import *
from hikari.impl.rate_limits import *
from hikari.impl.rest import *
Expand Down
Loading

0 comments on commit 61f3189

Please sign in to comment.