Skip to content

Commit e6f5268

Browse files
committed
Fix import
1 parent 8492212 commit e6f5268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
22

33
import nextcord
4-
from discord import RawReactionActionEvent
4+
from nextcord import RawReactionActionEvent
55

66
from src.database import (
77
add_notification_for_date,

0 commit comments

Comments
 (0)