Added import to on_typing event abc
This commit is contained in:
parent
a2ebf4e3b5
commit
15af3b1f63
@ -1,4 +1,5 @@
|
|||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
|
import discord
|
||||||
|
|
||||||
|
|
||||||
class OnTypingABC(ABC):
|
class OnTypingABC(ABC):
|
||||||
|
Reference in New Issue
Block a user