Open ghostdevv opened 6 months ago
Ideas for the nested object setting
context?: {
/** @default true */
global?: boolean;
/** @default false */
dm?: boolean;
/** @default false */
user?: boolean;
/** @default [] */
guilds?: string[] // todo should this be able to accept an async function? if so when should that run
}
Another idea from old issue:
environments: ['global', 'dm', 'user']
worth considering the learning curve each approach adds
To move forward I need to consider: