Add raw presence update evemt

This commit is contained in:
Mysty
2025-01-21 19:49:50 +10:00
committed by GitHub
parent afbbc07e98
commit 418a7915e6
10 changed files with 262 additions and 86 deletions

View File

@ -1,6 +1,7 @@
from setuptools import setup
import re
def derive_version() -> str:
version = ''
with open('discord/__init__.py') as f: