There was an error while loading. Please reload this page.
1 parent 4fab0c0 commit b804e6dCopy full SHA for b804e6d
Sources/Swiftly/Unlink.swift
@@ -71,7 +71,7 @@ extension SwiftlyCommand {
71
/// - Parameter ctx: The Swiftly context.
72
func validateLinked(_ ctx: SwiftlyCoreContext) async throws {
73
if try await !self.isLinked(ctx) {
74
- await ctx.message(Messages.currentlyUnlinked)
+ await ctx.printError(Messages.currentlyUnlinked)
75
}
76
77
0 commit comments