mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-03-21 17:54:13 -05:00
Cleanup
This commit is contained in:
parent
5e14688ad9
commit
4df0d4c5d1
|
|
@ -1,10 +1,12 @@
|
|||
import CountdownTweet from "./generators/CountdownTweet.mjs";
|
||||
import TwitterManager from "./TwitterManager.mjs"
|
||||
|
||||
export function sendTweets() {
|
||||
const manager = new TwitterManager([
|
||||
export function defaultTwitterManager() {
|
||||
return new TwitterManager([
|
||||
new CountdownTweet,
|
||||
]);
|
||||
|
||||
return manager.sendTweets();
|
||||
}
|
||||
|
||||
export function sendTweets() {
|
||||
return defaultTwitterManager().sendTweets();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user