nextcord-v3
nextcord-v3 copied to clipboard
Add some models classes
This PR adds some models, updates .gitignore so my editor's config isn't pushed, and linted everything (some commits from master weren't linted, so I did)
for your class methods, doesnt cls()
do the same as using .__init__()
for your class methods, doesnt
cls()
do the same as using.__init__()
Yeah in that case it does, so imma change it but the embed API will need changes anyways, still unsure how/what to change