Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🦖 チャンネルIDをプログラムにベタ書きするのをやめる #33

Open
quojama opened this issue Nov 5, 2021 · 2 comments · May be fixed by #97
Open

🦖 チャンネルIDをプログラムにベタ書きするのをやめる #33

quojama opened this issue Nov 5, 2021 · 2 comments · May be fixed by #97

Comments

@quojama
Copy link
Member

quojama commented Nov 5, 2021

今思えばTCのチャンネルIDがわかれば外部からでもメッセージ送れてしまう気がするので、ID直書きしているものは環境変数に変えようかな。そのうち

@zztkm zztkm changed the title チャンネルIDを環境変数に設定する 🦖 チャンネルIDをプログラムにベタ書きするのをやめる Jan 3, 2023
@zztkm
Copy link
Member

zztkm commented Jan 3, 2023

引数に渡された名前 (名前のリスト) に該当するテキストチャンネルのリストを返す関数を実装する。

実装イメージ

  1. コマンドが実行された guild の取得 (guild == server)
  1. for loop で channel を取得
  1. Option 引数で type が指定された場合は、指定の type の channel のみを取得する
  1. 指定の名前のテキストチャンネルをリストにして返す
  • 存在しない場合は空のリスト or Not Found 的な例外を送出する

@zztkm
Copy link
Member

zztkm commented Jan 3, 2023

IF 予定

def get_channels(ctx: commands.Context, names: list[str], channel_type: Optional[discord.ChannelType] = None):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo (maybe)
Development

Successfully merging a pull request may close this issue.

2 participants