Discord Message URL Expander
Project description
dispander (Discord Message URL Expander)
DiscordのメッセージURLを検知して展開する機能を追加する discord.py Bot拡張用ライブラリ
使い方
python3 -m pip install dispander
extensionとして使用する場合
load_extensionで読み込んでください
from discord.ext import commands bot = commands.Bot(command_prefix='/') bot.load_extension('dispander') bot.run(token)
関数として使用する場合
on_message内のどこかで実行してください
import discord from dispander import dispand client = discord.Client() @client.event async def on_message(message): if message.author.bot: return await dispand(message) client.run(token)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dispander-0.5.0.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for dispander-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ede52cf8569d91fed23fad57389068e8a9bd8c34271de452bf0f948433e1aae |
|
MD5 | 862159d2c0d5ec8570f30064115a773b |
|
BLAKE2-256 | e907c0cc36309a286ce9a3d428584fd98d6bc7d550091c516f576aeba02e5386 |