mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 19:55:16 +00:00
30 lines
780 B
YAML
30 lines
780 B
YAML
# from https://app.slack.com/app-settings/T0266FRGM/A08351N4KM1/app-manifest
|
|
display_information:
|
|
name: Sailor's Log
|
|
description: Log your coding hours
|
|
background_color: "#426ff5"
|
|
features:
|
|
bot_user:
|
|
display_name: Sailor's Log
|
|
always_online: false
|
|
slash_commands:
|
|
- command: /sailorslog
|
|
url: https://timedump.hackclub.com/sailors_log/slack/commands
|
|
description: Celebrate your coding hours
|
|
usage_hint: "[on|off|leaderboard]"
|
|
should_escape: true
|
|
oauth_config:
|
|
scopes:
|
|
bot:
|
|
- chat:write
|
|
- chat:write.public
|
|
- commands
|
|
- users:read
|
|
- channels:read
|
|
- groups:read
|
|
- mpim:read
|
|
- im:read
|
|
settings:
|
|
org_deploy_enabled: false
|
|
socket_mode_enabled: false
|
|
token_rotation_enabled: false
|