Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b361792

Browse filesBrowse files
author
bradmorg
committed
changed welcome msg
1 parent 394a8dc commit b361792
Copy full SHA for b361792

File tree

Expand file treeCollapse file tree

2 files changed

+15
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+15
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ https://discord.com/developers/applications
1010
Click bot, then reveal token. Also use the bot permissiosn calculator
1111

1212
Construct a OAUTH URL:
13-
https://discord.com/oauth2/authorize?client_id=CLIENT_ID_GOES_HERE&scope=bot&permissions=8
13+
https://discord.com/oauth2/authorize?client_id=CLIENT_ID_GOES_HERE&scope=bot&permissions=8
14+
15+
16+
## Example manual build
17+
``` shell
18+
docker image build -t bradmorg/ubuntu:dbot /home/pi/discord-bot
19+
docker push bradmorg/ubuntu:dbot
20+
docker stop discordbot
21+
docker rm discordbot
22+
docker run --name discordbot --restart always -d -e $TOKEN bradmorg/ubuntu:dbot
23+
```

‎dbot.py

Copy file name to clipboardExpand all lines: dbot.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414

1515
join_greeting = '''Welcome to the DevOps Journey Discord! We are a new community that embraces everything DevOps related.
1616
17-
The community is still new so sometimes our channel can be quiet but please feel free to ask questions are bring up a topic in our <#devops> channel.
17+
#Resources Channel has plenty of free learning resources.
1818
19-
Don't forget to check out our #test channel for plenty of free learning resources!
19+
#Devops Channel to spark up any devops related questions or conversations.
20+
21+
YouTube Channel: https://www.youtube.com/channel/UC4Snw5yrSDMXys31I18U3gg
2022
'''
2123

2224
class MyClient(discord.Client):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.