diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e1b299..2c07f03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,6 @@ jobs: uses: docker/build-push-action@v4 with: context: . - platforms: linux/amd64 push: true tags: | ${{ env.DOCKER_REGISTRY }}/obsessed-yanqing:latest diff --git a/src/main.rs b/src/main.rs index bb332c0..43cd917 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,6 +21,7 @@ async fn main() { Box::pin(async move { ctx.set_activity(Activity::listening("/character")).await; poise::builtins::register_globally(ctx, &framework.options().commands).await?; + println!("Bot Started"); Ok(Data {}) }) });