Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

Commit a08c1ba

Browse files
committed
change bot to admin permissions
1 parent 03e5d3a commit a08c1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/pages/HomePage/HomePage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Link, routes } from '@redwoodjs/router'
22
import logo from './logo.png'
33

44
const ADD_BOT_LINK =
5-
'https://discord.com/oauth2/authorize?client_id=816782676438417429&scope=bot&permissions=268435456'
5+
'https://discord.com/oauth2/authorize?client_id=816782676438417429&scope=bot&permissions=8'
66

77
const HomePage = () => {
88
return (

0 commit comments

Comments
 (0)