Skip to content

Instantly share code, notes, and snippets.

View IamMusavaRibica's full-sized avatar
😀

Dario Vuksan IamMusavaRibica

😀
View GitHub Profile
@IamMusavaRibica
IamMusavaRibica / ednevnik.py
Last active September 4, 2022 15:23
eDnotifier source
import aiohttp
import asyncio
from collections import namedtuple
from typing import Optional, Any, Union, Callable
import lxml.etree
from lxml.etree import HTML
from datetime import date
from dataclasses import dataclass
@IamMusavaRibica
IamMusavaRibica / message_components.md
Created October 24, 2021 09:02 — forked from 1oonie/message_components.md
Message components

Message components

This gist shows you how to use message components in discord.py 2.0

This assumes that you know how Object Orientated Programming in Python works, if you don't know what this is then I recommend that you read this guide.

Installing

You'll need to install pycord/discord.py from git to use this (if you don't have git then google how to install it for your OS, I can't be bothered to put it in here...), if you already have this then you can skip to the next section. However if you don't please read the below