fallback
How i can add a fall back globaly for all RequiresGuildContext ..
1 Reply
It is not possible.
RequiresGuildContext
is a decorator and decorators inherently will always only work on what they decorate. You can copy the code and add it to your own repo where you then provide a default function for fallback
.
https://github.com/sapphiredev/utilities/blob/bc456c311f273efcb8150d4e33d614c9889c3ed7/packages/decorators/src/djs-decorators.ts#L190-L192