0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

スプラの募集を行うdiscord botをpythonで作った

Posted at

スプラトゥーンの募集をしたい際、参加情報や募集内容がまとまっていると募集するとき便利だなと思ったので、その機能を備えたdiscord botを作ってみた。

botについて

環境

(開発)

  • Python 3.10.8
  • py-cord 2.3.2
  • Pillow 9.3.0
  • requests 2.28.1

中身

  • 募集内容などの情報をどのように表示させるか
    →見やすいように画像上に書き込むスタイルにしました。
    image.png
こんな感じで

※画像はdiscord仲間に作ってもらいました。

参加者が出た時の処理

discord.Buttonを使いボタンが押されたときに、discord.Embedに参加者の名前を追加するようにしました。

image.png

image.png

他にも現在のステージ内容を確認できるボタンや、募集取り消し、募集〆などの機能も実装しました。

image.png

最後に

これからやりたいこと

  • 他の人にも公開する
    oracleのARMインスタンスを獲得しているので、そこで常時動かす。

現在このbotは自分が運営しているサーバー、ikacordで稼働させております。興味がある方是非ご参加ください
https://discord.gg/jvyTbmhxDd

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?