Commented + Tidying Up

This commit is contained in:
jacktjong
2022-11-04 22:40:38 +01:00
parent f840a456af
commit e3e7ad4c7d
5 changed files with 23 additions and 24 deletions

View File

@@ -41,6 +41,7 @@ def words(message):
@event('tweet')
def generate_tweet(ctx, e):
tweet = dict(e.data)
# array of indexes that we want to pop from our tweets; this is to save memory
pops = [
"display_text_range",
"in_reply_to_status_id",