-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove cognito functions * change to typescript * --wip-- * add read cmd * ignore config.ts * add get-all-members * build & fix things * update env variables * add error log * fix .env.example * wip * change dev command * update file import * latest * latest update * make sure 1 machine is running * refactor * add soru-cevap thread starter * add gidenler video env * update .env.example and removemember * fix things * add gunun-sorusu command * update channel * remove allowed users * enable get messages to work with user & channel * remove unused code * Create fly.yml * fix channel * remove unused commands --------- Co-authored-by: Can Sirin <[email protected]>
- Loading branch information
Showing
42 changed files
with
2,849 additions
and
3,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLIENT_ID=client-id | ||
DISCORD_TOKEN=discord-token | ||
CHATGPT_API_KEY=get-your-chatgpt-key | ||
GIDENLER_CHANNEL_ID=channel-id | ||
GIDENLER_VIDEO_LINK=youtube-link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Fly deploy | ||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: superfly/flyctl-actions/setup-flyctl@master | ||
- run: flyctl deploy --remote-only | ||
env: | ||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
.idea | ||
node_modules | ||
.DS_Store | ||
config.ts | ||
.env | ||
grouped.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export const KAMPUS_GUILD_ID = "717812863414042624"; | ||
export const GUNAYDIN_CHANNEL_ID = "1158288028511522877"; | ||
export const SORU_CEVAP_CHANNEL_ID = "1019649988550197248"; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.