REPORT
Since I can't provide images directly, here are the steps visually described:
Navigate to the Discord Developer Portal:
Go to Discord Developer Portal.
Create a New Application:
Click "New Application".
Enter a name for your application.
Click "Create".
Add a Bot:
Click the "Bot" tab.
Click "Add Bot".
Confirm by clicking "Yes, do it!".
Get the Token:
In the "Bot" section, find the "TOKEN" area.
Click "Copy".
Set Up Bot Permissions:
Click the "OAuth2" tab.
Go to "URL Generator".
Select "bot" in "Scopes".
Choose the necessary "Bot Permissions".
Copy the generated URL and use it to add your bot to a server.
If you follow these steps you will have your bot token and will be able to use avatars by adding Config.Discord="" !!
Navigate to Your Server:
Open the Discord application or go to the Discord website.
Select the server where you want to create the webhook.
Open Channel Settings:
Right-click on the desired channel.
Select "Edit Channel".
Go to Integrations:
Click on the "Integrations" tab in the channel settings.
Create and Configure Webhook:
Click "Create Webhook".
Name your webhook, select the channel, and optionally set an avatar.
Click "Copy Webhook URL".
Save Changes:
Click "Save Changes".
Then place it in Config.webhook = "" and your photo and video images will now work.
Configuration Settings
Image Quality
Config.resolutions: This setting defines the image quality of the video to be recorded. You can choose between "720p", "1080p", "480p", and "360p" based on your requirements.
Locale
Config.Locale: This setting specifies the language for the application's interface. Available options include "de" (German), "en" (English), "es" (Spanish), "fr" (French), "hi" (Hindi), "it" (Italian), "pt" (Portuguese), "ru" (Russian), "tr" (Turkish), and "zh" (Chinese).
Admin
Config.Admin: This setting designates the admin role. Users with this role have administrative privileges within the application.
Commands
Config.Command: This table defines the text commands that users can use:
Report: Command to report an issue.
Record_Start: Command to start recording a video.
Record_Stop: Command to stop recording a video.
Screen_Shot: Command to take a screenshot.
Command Keyboard Shortcuts
Config.CommandKeyboard: This table defines the keyboard shortcuts for the commands:
Report: Press "I" to report an issue.
Record_Start: Press "F6" to start recording.
Record_Stop: Press "F7" to stop recording.
Screen_Shot: Press "F9" to take a screenshot.
Categories
Config.Categories: This table lists the categories available for reporting issues. Categories include:
Player: Issues related to players.
Bugs: Reporting bugs.
Other: Miscellaneous issues.
Vehicle: Issues related to vehicles.
Heal Event
Config.HealEvent: This function triggers a client event to revive a specified target. The
targetped
parameter represents the target to be revived. The function callsTriggerClientEvent('hospital:client:Revive', targetped)
to perform the revive action.
Last updated