Added import to on_typing event abc

This commit is contained in:
Sven Heidemann 2021-11-20 16:58:30 +01:00
parent a2ebf4e3b5
commit 15af3b1f63

View File

@ -1,4 +1,5 @@
from abc import ABC, abstractmethod
import discord
class OnTypingABC(ABC):