This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
0.2.1
#56
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Selfcord v0.2.1
This update pretty chonky.
Improvements to command handling
!poll "Who is obamas best friend" joe john paul smith goku me
!poll "Is Joe real" yes no "maybe so" "of course" "no he dies in 2042"
Addition of delayed delete after sending a message
delete_after
argument.pong!
and then delete the message after 10 seconds.Ability to load extension from urls.
Ability to check sessions via events or methods
Session Event
type
attribute but this isn't always correct.Device Session
platform
even providing you with what sort of browser is being used, orlocation
giving a general location of where the session started from.Trigger buttons on messages
type
is 2. This means it's a buttonMiscellaneous fixes & improvements
debug=True
in theBot
initialisation to see logging.bot.get_message(id)
which gets a message from the bots cache. If outside of cache you'd have to resort to history/search.This discussion was created from the release 0.2.1.
Beta Was this translation helpful? Give feedback.
All reactions