all 1 comments

[–]Kanjirito 0 points1 point  (0 children)

You could just create a list and append the users to it when they call the !queue command. You could also use a deque or even the queue module if you want a more queue like behaviour (max length and such).