baabaablackgoat / SolsticeBot

A (pretty damn useless) bot, designed with Discord.js. THIS CODE IS UNCLEAAAAN!
1 stars 1 forks source link

Bundling help text into an object #44

Closed baabaablackgoat closed 7 years ago

baabaablackgoat commented 7 years ago

instead of using help_text: "foo", help_indepth: "bar",

use help: { text: "foo", indepth:"bar", } etc.