Night bot array append or remove

Hi!
I used a nightbot,
I’m trying to create an application command for the queue data structure.
Example) !addlist hello1, !addlist hello2, !addlist hello3.
At output !list = [1] hello1 [2] hello2 [3] hello3 is to be outputted.
And let !dellist = [1]hello2 [2]hello3 output.

I want to erase the append function and the name in the [1]th array and pull forward.

There is a queue system already available at [CustomAPI] Queue system

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.