Action #13
This commit is contained in:
parent
e2fe22e333
commit
9cc1ebdb30
2 changed files with 1 additions and 1 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -39,7 +39,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.DOCKER_REGISTRY }}/obsessed-yanqing:latest
|
${{ env.DOCKER_REGISTRY }}/obsessed-yanqing:latest
|
||||||
|
|
|
@ -21,6 +21,7 @@ async fn main() {
|
||||||
Box::pin(async move {
|
Box::pin(async move {
|
||||||
ctx.set_activity(Activity::listening("/character")).await;
|
ctx.set_activity(Activity::listening("/character")).await;
|
||||||
poise::builtins::register_globally(ctx, &framework.options().commands).await?;
|
poise::builtins::register_globally(ctx, &framework.options().commands).await?;
|
||||||
|
println!("Bot Started");
|
||||||
Ok(Data {})
|
Ok(Data {})
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue