We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dispander.config["color"] = discord.Color.blue() # 埋め込みの色 dispander.config["footer_format"] = "{guild.name} / {channel.name}" #フッターのフォーマット dispander.config["allow_cross_guuld"] = lambda m, m2: m.author.id == m2.author.id # サーバー間展開。
関数を渡すと第一引数にURLのメッセージ、第二引数に展開するメッセージが渡される感じ。
The text was updated successfully, but these errors were encountered:
色はやっても良さそう
フッターのフォーマットとサーバー間展開は色々考慮する余地があるかな〜
Sorry, something went wrong.
実装自体は楽かな? フォーマットはstr.formatとキーワード引数使えばいいし
No branches or pull requests
関数を渡すと第一引数にURLのメッセージ、第二引数に展開するメッセージが渡される感じ。
The text was updated successfully, but these errors were encountered: