Skip to content

Commit

Permalink
chore: annotations -> annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 25, 2024
1 parent 0da84bd commit 88cb569
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.discord.slash.annotations;
package org.incendo.cloud.discord.slash.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.discord.slash.annotations;
package org.incendo.cloud.discord.slash.annotation;

import java.util.Objects;
import org.apiguardian.api.API;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Utilities for using cloud-discord together with cloud-annotations.
*/
package org.incendo.cloud.discord.slash.annotations;
package org.incendo.cloud.discord.slash.annotation;
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import org.incendo.cloud.discord.discord4j.Discord4JInteraction;
import org.incendo.cloud.discord.discord4j.example.Example;
import org.incendo.cloud.discord.immutables.ImmutableImpl;
import org.incendo.cloud.discord.slash.annotations.CommandScopeBuilderModifier;
import org.incendo.cloud.discord.slash.annotation.CommandScopeBuilderModifier;
import org.incendo.cloud.suggestion.Suggestion;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import org.incendo.cloud.discord.jda5.annotation.ReplySetting;
import org.incendo.cloud.discord.jda5.annotation.ReplySettingBuilderModifier;
import org.incendo.cloud.discord.jda5.example.Example;
import org.incendo.cloud.discord.slash.annotations.CommandScopeBuilderModifier;
import org.incendo.cloud.discord.slash.annotation.CommandScopeBuilderModifier;
import org.incendo.cloud.suggestion.Suggestion;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import org.incendo.cloud.annotations.suggestion.Suggestions
import org.incendo.cloud.discord.kord.KordCommandManager
import org.incendo.cloud.discord.kord.KordInteraction
import org.incendo.cloud.discord.kord.example.Example
import org.incendo.cloud.discord.slash.annotations.CommandScopeBuilderModifier
import org.incendo.cloud.discord.slash.annotation.CommandScopeBuilderModifier
import org.incendo.cloud.kotlin.coroutines.annotations.installCoroutineSupport
import org.incendo.cloud.suggestion.Suggestion

Expand Down

0 comments on commit 88cb569

Please sign in to comment.