@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface CrossGuild
CrossGuild annotation is to define whether the parameter should be guild-specific or global.
If a supported parameter is marked with the CrossGuild annotation, the parameter will be filled from a global perspective (i.e., all of the guilds the bot is connected to). Otherwise, the parameter will be filled from command input.
Copyright © 2019. All rights reserved.