Problem with this.container.stores.get().get();

Code:
Solution
The error means you're probably not running this code in a piece (listener, command, etc), so
this.container
doesn't exist. Instead, import
container
from
@sapphire/framework
directly.
Was this page helpful?