imported webhook...

This commit is contained in:
piair 2022-02-15 22:50:09 +01:00
parent f3de26d505
commit 6681ebe6a1
1 changed files with 1 additions and 0 deletions

1
V4.py
View File

@ -8,6 +8,7 @@ import discord
import asyncio
from sys import platform
from csv import reader
from discord import Webhook, RequestsWebhookAdapter # Importing discord.Webhook and discord.RequestsWebhookAdapter
from selenium import webdriver
from selenium.webdriver.firefox.options import Options