I' am using quick.db to store objects in the database using
db.set('object', 'A random text')
So how would I store an argument
db.set('argument', args.slice(1).join(" ")) // This won't work I guess
After storing an argument into the database I want to push it to the channel.