seatplus/discord
最新稳定版本:1.1.0
Composer 安装命令:
composer require seatplus/discord
包简介
This package brings discord support to seatplus
关键字:
README 文档
README
This repo brings discord tribes to seatplus.
Installation
You can install the package via composer:
composer require seatplus/discord
You can publish and run the migrations with:
php artisan vendor:publish --tag="web"
php artisan migrate
Setup
to setup the package you need to create a discord application and bot. Finally you must add the credentials to your .env file
Create a discord application
- Go to https://discord.com/developers/applications
- Create a new application and give it a name
- Go to OAuth2
- Add a redirect url (e.g. {seatplus-public-url}/discord/callback)
- Go to Bot
- Add a bot
- Enable "require OAuth2 code grant"
- Enable "Server Members Intent"
Retrieve credentials
Below you find instructions on where to find the credentials and how to fill them into your .env file
- From the oauth2 tab copy the
client id,client secretandredirect uritab copy thetoken(sometimes you need to reset the token first)
DISCORD_CLIENT_ID= // your discord client id DISCORD_CLIENT_SECRET= // your discord client secret DISCORD_BOT_TOKEN= // your discord bot token DISCORD_REDIRECT_URI= // your discord redirect uri
Usage
php artisan tribe:nickname:discord php artisan tribe:role:discord
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-14